You can find records that contain a specific field with the find definition references tool in App Designer, but what if you want to know what record contains field1 and field2?
You can go to the database to file that answer:
SELECT A.RECNAME
FROM PSRECFIELDALL A, PSRECFIELDALL B
WHERE A.RECNAME = B.RECNAME
AND A.FIELDNAME = 'FIELD1'
AND B.FIELDNAME = 'FIELD2'
This post has moved to Wordpress.
Showing posts with label Fields. Show all posts
Showing posts with label Fields. Show all posts
Tuesday, November 21, 2006
Subscribe to:
Posts (Atom)