Travis Posted June 30, 2004 Posted June 30, 2004 I have a contact database with multiple tables. Is it possible to search the entire database and find all of the contacts in the same city (for a mailing list)? I can't search more than one table at a time. Can I search multiple tables? Thanks
Reed Posted July 1, 2004 Posted July 1, 2004 Why do you have cities for contacts spread out across more than table? Usually it's a good idea to keep similar information grouped together. Searching multiple tables would be possible with a script. Input your search criteria into global fields or a custom dialog, then create find requests in each table. Of course when you get the results from different tables, you'll have to display each found set in a separate window. Dana
Recommended Posts
This topic is 7450 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