Linking subform.

  • Thread starter Thread starter Frank Martin
  • Start date Start date
F

Frank Martin

Access2003

I have a subform on a main unlinked one.

I want a combo box on the main form to select
a group of records in the subform.

I always do this from the subform data source
query with the builder via an expression
"Forms![DJFormMLBom]![Combo3] in the criteria
of the query.

For some reason this is not working this
time.

Please help.
 
message
Access2003

I have a subform on a main unlinked one.

I want a combo box on the main form to
select a group of records in the subform.

I always do this from the subform data
source query with the builder via an
expression "Forms![DJFormMLBom]![Combo3] in
the criteria of the query.

For some reason this is not working this
time.

Please help.

More information...

It works if I press the F9 key after the
Combo box selects the value.
 
Back
Top