Hello,
I made a form (Access2000) that is bound to a query and put a combobox on it where the user can select a certain (existing) projectnumber from the list. The initial projectdata (e.g. projectnumber, client, startdate) is allready stored in a table and these fields are made available in the query bound to the form.
So when a certain projectID (= Autonumber in the related table) is chosen from the combobox, the other 'known' fields should be looked up and filled in on the form instantaneously, but they are not.
I made similiar combobox structures to lookup data and fill in other fields on the form, and these are working correctly.
e.g. PersonId chosen from a combo (data retrieved from the 'Personnel' table) results in adding ManagerId and ManagerAbbreviation.
What is the trigger that access uses to perform the actual lookup and how can I correct the 'lookup failure' error ? I checked my relationships and these seem to be ok.
Regards,
Yves
I made a form (Access2000) that is bound to a query and put a combobox on it where the user can select a certain (existing) projectnumber from the list. The initial projectdata (e.g. projectnumber, client, startdate) is allready stored in a table and these fields are made available in the query bound to the form.
So when a certain projectID (= Autonumber in the related table) is chosen from the combobox, the other 'known' fields should be looked up and filled in on the form instantaneously, but they are not.
I made similiar combobox structures to lookup data and fill in other fields on the form, and these are working correctly.
e.g. PersonId chosen from a combo (data retrieved from the 'Personnel' table) results in adding ManagerId and ManagerAbbreviation.
What is the trigger that access uses to perform the actual lookup and how can I correct the 'lookup failure' error ? I checked my relationships and these seem to be ok.
Regards,
Yves