Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Query/SQL to display fields of another query/table 1

Status
Not open for further replies.

netsmurph

Technical User
Mar 19, 2003
63
GB
I am trying to figure out how I to create a query that will show the available field names in another query/table. Does anyone know how this can be done.

I have seen an example in another database, where a combo box rowsource is based on a function - but I cannot unpick it as it is doing a load of other things at the same time!

Is this quite an unusual thing?

What I need it for is for a user to be able to associate recordset fields with word bookmark (merge fields).

The user creates the query and then has to select the field for each bookmark.

 
Have a look at the RowSourceType property of the ComboBox object.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Thanks for that PHV, I really was thinking it was much more involved than that - a star all the same!

Cheers


Andrew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top