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
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
You have posted only part of your FrontEnd/Backend set up.
All links are failing.
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!!
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.
The code is only on the ingredient search
The other searches I have figured out cause they are basic
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
oops that didn't quite post right,
The three access objects mentioned in previous post are the objects related to the ingredient search.
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.
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!