C
Chris J
Hi, thanks for reading! I am using Frontpage 2000 Database wizard to set up a search table for my database. It works fine when I set up values like:
Last Name = Last Name or
Insert Name = Insert Name or
Year = Year or
Make = Make or
But I want the user to be able to fill in more then one field! So, by putting 1997 Topps (make) it should show only 1997 Topps cards, etc. I thought maybe setting up like this was the answer, but it did not work as planned:
Lastname = Lastname and
Insert = Insert or (THUS GIVING ME Matches to all with the same lastname and insert name as entered)
Lastname = Lastname and
Make = Make or (THUS GIVING ME matches to all cards with the same Lastname and make)
Continuing with AND AND OR, etc so if one or more fields are filled it works accordingly.
Thanks for help!!!!
Last Name = Last Name or
Insert Name = Insert Name or
Year = Year or
Make = Make or
But I want the user to be able to fill in more then one field! So, by putting 1997 Topps (make) it should show only 1997 Topps cards, etc. I thought maybe setting up like this was the answer, but it did not work as planned:
Lastname = Lastname and
Insert = Insert or (THUS GIVING ME Matches to all with the same lastname and insert name as entered)
Lastname = Lastname and
Make = Make or (THUS GIVING ME matches to all cards with the same Lastname and make)
Continuing with AND AND OR, etc so if one or more fields are filled it works accordingly.
Thanks for help!!!!