May 28, 2002 #1 generaluser Technical User Joined May 24, 2002 Messages 79 Location US Can you reference a table in a query? If so, How Is it Queries!queryname!field ?
May 28, 2002 #2 JohnLowell Programmer Joined Aug 1, 2001 Messages 282 Location US Are you asking if you can reference a query in a query? Yes. You would use the query just like you would a table: Select a, b, c From tblTest, qryName Where tbltest.id = qryName.Cid Upvote 0 Downvote
Are you asking if you can reference a query in a query? Yes. You would use the query just like you would a table: Select a, b, c From tblTest, qryName Where tbltest.id = qryName.Cid