M
Matt Weyland
I am reposting this as the solution I was provided did not
work and I still need some assistance with this. Any help
would be greatly appreciated.
******** Previous Messages ***********
thanks for the info. I tried this and this doesnt work.
These are unbound listboxes on the form. I tried
referencing the masterfields to the names fo the controls
that store the value on the main form, but this too did
not work.
Any other ideas?
work and I still need some assistance with this. Any help
would be greatly appreciated.
******** Previous Messages ***********
thanks for the info. I tried this and this doesnt work.
These are unbound listboxes on the form. I tried
referencing the masterfields to the names fo the controls
that store the value on the main form, but this too did
not work.
Any other ideas?
fieldone;fieldtwo;fieldthree;fieldfour (field names in-----Original Message-----
you can set multiple field pairs in the child / master link field
definition. Then when you change the values in the main forms controls, the
subform data will change to reflect those changes.
open the form in design view and select the subform control, then open it's
properties box
now use the link child field and link master field to create the pairs with
the ... build button or select the pairs yourself. the syntax is
link child field
..subform)
link master field fieldone;fieldtwo;fieldthree;fieldfour (field names in
main form)
.