I'm very new to Crystal Reports. Is there a way to find out which tables a certain field is contained within? For example, if the field "cliendid" is in many tables, how do I know which ones? Any assistance would be appreciated. Thanks
You'll have to query the system tables (if supported for the type of database). Go to File>Options>Database tab, and check the box next to 'System Tables'.
For example, if your database is MSSQL Server, you would add the syscolumns and sysobjects tables, join on so.id = sc.id, and your record selection formula would be:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.