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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Querydef blues

Status
Not open for further replies.

trystanhuwwilliams1

Programmer
Jan 7, 2003
44
GB
Hello everyone,

I've got a general query on querydefs - I know how to open a
recordset based on a parameter query: i.e.
Code:
 ..
Set qdf = CurrentDb.Querydefs("Example_Query")
qdf.Parameters(0)= Forms!Example_Form!Example_Field
Set rst= qdf.OpenRecordset

etc....

But, how can I do this if the Query is based on another Query?


Many thanks for any help,

T
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top