Results 1 to 2 of 2
  1. #1
    waseem82 is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Sep 2016
    Posts
    1

    Multiple Keyword Search Access 2010 Macros

    Hi,
    I am new to Macros for Access 2010. I am trying to build a simple text box which allow user to add multiple keywords (i.e. bills, billing, bill) for search within a text field. I cannot use VBA code, because I will am building this form to publish on sharepoint and VBA is not compatible only Macros are compatible.



    I can do that with VBA to generate a query with multiple criteria for where clause, but don't have luck with building same functionality with macros.
    I have already done it with one keyword but not sure how to develop a macro with multiple where clause.

    any help is really appreciated.

    thanks

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,426
    I don't use macros so it may be it is not possible, but would suggest that you have to build it in one 'hit'

    something like if your one keyword solution which works is

    myfield like *keyword1*

    then for three keywords

    myfield like *keyword1* or myfield like *keyword2* or myfield like *keyword3*

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 17
    Last Post: 03-14-2016, 02:48 PM
  2. Replies: 15
    Last Post: 11-26-2015, 11:27 AM
  3. MS Access 2010 Multiple Search Form
    By tb199 in forum Access
    Replies: 17
    Last Post: 01-16-2014, 08:33 AM
  4. Multiple Keyword Search
    By gatsby in forum Access
    Replies: 15
    Last Post: 01-21-2013, 10:53 PM
  5. Keyword search with Access 2010 FE
    By Brian62 in forum SQL Server
    Replies: 1
    Last Post: 06-15-2012, 06:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums