select a table row source for a query

captnk

Registered User.
Local time
Today, 14:03
Joined
Dec 12, 2001
Messages
148
I am trying to set up a query (very similar to a combobox query),except I want (if possible) to be able to select an item (Name) from a row in a table field.
I have it so it will now run but it finds everything in the queried table,not the selected field name.
I use a run code item from a macro and then a query,but clearly it is not inputting the row source as happens in a combo box
Any ideas pls
 
Further to my earlier post,some progression has been made.
Using the following code I can now with a dble click get the query to open a dialogue box and when the name is inserted it does the correct query.

"[forms]![myfilename subform2]![myfieldname]![myfieldname_label]"

So has anyone got an idea whats missing here pls ??????
 
Ok Folks :
I have got this working Thanks
 

Users who are viewing this thread

Back
Top Bottom