Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    Lowell is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Mar 2012
    Location
    Manitoba, Canada
    Posts
    54
    I have attached the db.

    I only tried the code offered by June7

    I wasn't sure where to attach the last code offered on this forum thread.



    Recipe Database - Copy.zip

  2. #17
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    You have posted only part of your FrontEnd/Backend set up.
    All links are failing.

  3. #18
    Lowell is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Mar 2012
    Location
    Manitoba, Canada
    Posts
    54
    Recipe Database_be - Copy.zip

    Here is the rest of it, sorry. I missed that.

    I hate it when people waste my time when i try to help them and now I'm doing it to you.

    Sorry!!

  4. #19
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,870
    I see your switchboard is all embedded macros. I'm not familiar with them so will leave this to others.
    I was trying to see the code behind recipe searches.

  5. #20
    Lowell is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Mar 2012
    Location
    Manitoba, Canada
    Posts
    54
    The code is only on the ingredient search

    The other searches I have figured out cause they are basic

  6. #21
    Lowell is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Mar 2012
    Location
    Manitoba, Canada
    Posts
    54
    And I tried to do as was mentioned in the one link in June7's post.

    qryIngredSearch
    Form1
    Report1

    I try to stick to naming conventions, but miss it sometimes

  7. #22
    Lowell is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Mar 2012
    Location
    Manitoba, Canada
    Posts
    54
    oops that didn't quite post right,

    The three access objects mentioned in previous post are the objects related to the ingredient search.

  8. #23
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,771
    Why does the listbox RowSource have the Ingredient field twice? Weird, even after I fix that the listbox does not show anything so I deleted it and created a new listbox. That one works!

    Need the Comments field in qryIngredSearch.

    Need to remove 's' from Ingredients in this code:

    strWhere = "[Ingredients] IN (" & Left$(strWhere, lngLen) & ")"
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  9. #24
    Lowell is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Mar 2012
    Location
    Manitoba, Canada
    Posts
    54
    I managed to finally get it to work!

    Took me awhile.

    Thanks everyone for your input and patience!

    Thanks June 7 for taking a look and suggesting the fixes!

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Searching for a single word in all table
    By rielcas in forum Access
    Replies: 1
    Last Post: 06-19-2013, 06:28 AM
  2. Replies: 1
    Last Post: 05-22-2013, 04:06 PM
  3. Search mulitple fields
    By wgroenewald in forum Forms
    Replies: 1
    Last Post: 02-23-2012, 11:46 AM
  4. Replies: 1
    Last Post: 01-30-2012, 12:12 PM
  5. Export single records to new Word Document
    By karmaimages in forum Import/Export Data
    Replies: 0
    Last Post: 11-19-2009, 03:37 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