I would like to know is there a way I can find a field in a database. I know a field’s name, say “A” but I do not know which form that field is in a database.
So, I would like to know which form that field is created.
I would like to know is there a way I can find a field in a database. I know a field’s name, say “A” but I do not know which form that field is in a database.
So, I would like to know which form that field is created.
Subject: finding a field in a database
Do a design synopsis on forms and then search for the field name
Subject: RE: finding a field in a database
And be aware that field A may not be on any form.
Items in documents can be created by script dynamically, and don’t need to have a field on a form for them to exist.
Likewise, if you remove a field from a form, that does not remove the items from existing documents.