I have a problem with my tables.
To use a search combo box, I had to create a relationship between 2 tables ( CompanyT and CustomerT ) and I had to to a Query in order for the combo box to work property.
The problem is that when I add them to a Form, and add a different subform, I have problems because they come from the Query, and not the tables itself. Could someone tell me how to fix this??
Here are my Master & Child props:
Source Object: TruckF
LinkMasterField: TruckID
LinkChildField: CustomerID
Thank you!
To use a search combo box, I had to create a relationship between 2 tables ( CompanyT and CustomerT ) and I had to to a Query in order for the combo box to work property.
The problem is that when I add them to a Form, and add a different subform, I have problems because they come from the Query, and not the tables itself. Could someone tell me how to fix this??
Here are my Master & Child props:
Source Object: TruckF
LinkMasterField: TruckID
LinkChildField: CustomerID
Thank you!