leomark Posted February 28, 2008 Posted February 28, 2008 Is there a way to do a sort of general search where you can search all fields with one request? It was possible in the old Apple Works database. A simple Find window and it searched all available Fields for the query. Thanks, Erik FM dev 7
Adrian Simpson Posted February 29, 2008 Posted February 29, 2008 an ugly way to do this would be to create a single field that is a join of all the fields you want to search on. That is Search Field = & " " & & " " & and so on. If there is a lot of fields and a big database, be careful of a huge file size increase and also be sure not to build it with unstored index fields. Search will be very slow. The only other way would be to script a find so that the criteria is added to a new find request for each separate field. Quite painful to create and maintain it though
Recommended Posts
This topic is 6112 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now