I am not sure what I am doing wrong but I have tried everything I can think of and still I can't get one table to read the result of a search and pass a field (comprised of just numbers) to another table to print out the results. The first table is ingredients in recipes, which I want to search through a field called items and have it return multiple matching answers which pass on a parameter (a number or numbers) from field called recipeID (made up entirely of numbers). Then I want the passed parameter (the matching number(s) in the field recipeID) to go into the table called recipes and have the parameter (recipeID field) be the condition that the matching recipe results are shown. So in the end the user only sees the matching recipe results, not the ingredients, from the 2nd table.
I have tried all the tutorials and forums to no luck. I have also tried different views but that didn't work either (although I may be using them wrong).
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
gmorison
I am not sure what I am doing wrong but I have tried everything I can think of and still I can't get one table to read the result of a search and pass a field (comprised of just numbers) to another table to print out the results. The first table is ingredients in recipes, which I want to search through a field called items and have it return multiple matching answers which pass on a parameter (a number or numbers) from field called recipeID (made up entirely of numbers). Then I want the passed parameter (the matching number(s) in the field recipeID) to go into the table called recipes and have the parameter (recipeID field) be the condition that the matching recipe results are shown. So in the end the user only sees the matching recipe results, not the ingredients, from the 2nd table.
I have tried all the tutorials and forums to no luck. I have also tried different views but that didn't work either (although I may be using them wrong).
Does anyone have any ideas?
I would really appreciate some help.
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.