In a good db design this is never a question, because it can be in
only one table.
If you truly don't know, then you can write some DAO code to loop over
all tabledefs, and within a tabledef over each field, and query that
field for your value.
In a good db design this is never a question, because it can be in
only one table.
If you truly don't know, then you can write some DAO code to loop over
all tabledefs, and within a tabledef over each field, and query that
field for your value.