M
Mart
This because the subform needs to recheck what it should
be looking at.
You will need to requery the subform by code or try using
changing your qryContactInfo to have 'forms!
[Organizations]![OrganizationID]' in the criteria of the
OrganizationID field.
As this has been posted in the 'getting started' section I
won't post the code up but should you need it yell.
M.
be looking at.
You will need to requery the subform by code or try using
changing your qryContactInfo to have 'forms!
[Organizations]![OrganizationID]' in the criteria of the
OrganizationID field.
As this has been posted in the 'getting started' section I
won't post the code up but should you need it yell.
M.
Link Query-----Original Message-----
Access 2002. I have a form linked to a subform by the fields
OrganizationID. The subform shows Contacts, and has a listbox, which is
used to select a particular contact for that form and forms below the
Contacts form.
listbox qryContactInfoOrganizations form OrganizationID qryOrganizations
Contacts subform OrganizationID qryContactInfo
Contacts