LewisCowles-CD2
New member
- Local time
- Today, 17:06
- Joined
- Sep 12, 2014
- Messages
- 8
Hi, Sorry I just posted an example of a search on a fake table that works using LIKE.
If you wanted to search on multiple fields, you could try adding OR in between the LIKE's.
I would advocate ensure that instead you put a function into the save button or pre-save for your forms needing multi-search so that a single field in a separate table was updated, now it could be a concatenation of all of the fields you would like, or simply save multiple results referencing the one record ID, as this would save time and achieve the same result with a minor storage overhead
If you wanted to search on multiple fields, you could try adding OR in between the LIKE's.
I would advocate ensure that instead you put a function into the save button or pre-save for your forms needing multi-search so that a single field in a separate table was updated, now it could be a concatenation of all of the fields you would like, or simply save multiple results referencing the one record ID, as this would save time and achieve the same result with a minor storage overhead