combo box in subform

G

Guest

Hello, I am new to access and I keep running into a problem. I have created
a form that is based on a query to dispay records in a few fields based on an
entry in a combo box in the form. I have it running smoothly, however when I
assigned the form as a subform in a parent form the query will not run. I
have tried just about everything including designing the subform after the
query itself. What can I do? I am trying to achieve a similar outcome to
the "Order Details" subform in the Northwind sample database.
Thanks!
 
G

Guest

If the query has a criteria reference in it, it will be wrong now that you
have added an extra layer:

[forms]![form name]![subform name].form![combo name]
 

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