Hello,
I am modifying an excising database for a acquaintance. now I have the following problem:
The database consists of two tables (TblA and TblB) and two forms (FrmA and FrmB). One of the two forms (FrmB) has a subform (SubA).
Form A is used to populate data from table A using listbox and a textbox. The user can double click a row, then form B is opened and the data in table A is showed in a better way (using bound textboxes that show data from table A).
There is also a subform (SubA) opened in form B (FrmB) that shows additional data. How many appointments a client had and when and some remarks.
Loading the data into form B (using from A) works great but when I want to add a new row to the subform I get the following error:
The linkMasterFields property has produced this error: 'The object doesn't contain the Automation object 'CustomerInfo'.'
When I confirm the error I can add a new row, but when I check Table B (that's the content displayed in the subform), the customers ID coming from Table A (link master fields) is not displayed.
Does anyone have an idea what causes this error?
Thanks in advance and with best regards.
I am modifying an excising database for a acquaintance. now I have the following problem:
The database consists of two tables (TblA and TblB) and two forms (FrmA and FrmB). One of the two forms (FrmB) has a subform (SubA).
Form A is used to populate data from table A using listbox and a textbox. The user can double click a row, then form B is opened and the data in table A is showed in a better way (using bound textboxes that show data from table A).
There is also a subform (SubA) opened in form B (FrmB) that shows additional data. How many appointments a client had and when and some remarks.
Loading the data into form B (using from A) works great but when I want to add a new row to the subform I get the following error:
The linkMasterFields property has produced this error: 'The object doesn't contain the Automation object 'CustomerInfo'.'
When I confirm the error I can add a new row, but when I check Table B (that's the content displayed in the subform), the customers ID coming from Table A (link master fields) is not displayed.
Does anyone have an idea what causes this error?
Thanks in advance and with best regards.