G Guest Feb 15, 2007 #1 Is there a way that I can query fields in table from a table containing a list of the field names? Thank you Dave
Is there a way that I can query fields in table from a table containing a list of the field names? Thank you Dave
G Guest Feb 15, 2007 #2 Not in an Access query. You can can table and other object names by querying the msysobjects table. Fields ain't in there. There are a lot of examples of code that can retrieve the field names as well as the documenter.
Not in an Access query. You can can table and other object names by querying the msysobjects table. Fields ain't in there. There are a lot of examples of code that can retrieve the field names as well as the documenter.