Using Form Parameters in queries

T

trgclyhp

I already know the syntax for this is [Forms]![Formname]![Control Name]

My question however is this:

I have a continuous form with the query set up to use the "barcode" control
from the barcode result form. Lets say the barcode result form gives me 5
barcodes since it is a continuous form all 5 are on displayed on the form.
However, when you run the query the result is only one record--the first
barcode to come up in the form.

Is there a way to get the query to display all 5 records in the form?
 
K

KARL DEWEY

Use the query that feeds the subform joined with the main form Master/Child
link field as criteria.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top