M
MRL
Trying to use a list box in a pop up form to select one specific record to
print from a query that may have more than one result. When 2 numbers are
entered in the main form to query the database to print a specific
instruction booklet there is a possibility that the query can return more
than one record. When this happens the second form comes up with a list box
bound to the "Machine Decription" field of the query. I want the user to
select the correct machine and click the "OK" button, closing the form &
printing that specific user asked for instruction booklet for that machine.
Trying to get it to display the specifc record first but its telling me the
control can't be edited because it is "Bound" to an expression.
Thanks
print from a query that may have more than one result. When 2 numbers are
entered in the main form to query the database to print a specific
instruction booklet there is a possibility that the query can return more
than one record. When this happens the second form comes up with a list box
bound to the "Machine Decription" field of the query. I want the user to
select the correct machine and click the "OK" button, closing the form &
printing that specific user asked for instruction booklet for that machine.
Trying to get it to display the specifc record first but its telling me the
control can't be edited because it is "Bound" to an expression.
Thanks