Guest_imported
New member
- Jan 1, 1970
- 0
I'm creating a database that allows the serch of records. There are 2 different searches, 1 allows users to view the records by the 'Type' of the record. The other allows a string search to search the records by 'TitleName'. Is there a way to allow this on the same page? When I click 'Edit' in FP 2000 to put in the string for the custom query, I have this in there to be able to search by 'Type' but I don't know how to also allow the search by 'TitleName'. This is what I have there:
SELECT * FROM "StuDev: Resource Database" WHERE Type = '::Type::'
Is there anything I can do? Suggestions? Thank you!
SELECT * FROM "StuDev: Resource Database" WHERE Type = '::Type::'
Is there anything I can do? Suggestions? Thank you!