Hello,
I have a form with a combo box that allows the user to select a part number from a list that is a query of table 'A' and when the part is selected I would like it to drop into the next form which updates table 'B'. There is a macro on the combo box located at the OnClick of the form, I thought would work and it doesn't.
[ToolID]=[Forms]![frmOTMPselectnew]![Combo3] is the where condition, the form stated above this is frmOTMNew, data mode is Add. Table 'A' is an imported table from another database. Both tables have the same field names and are set as primary keys.
If anyone has a solution I would really appreciate it. I do not have any programming experience which has made this a bit more challenging.
I have a form with a combo box that allows the user to select a part number from a list that is a query of table 'A' and when the part is selected I would like it to drop into the next form which updates table 'B'. There is a macro on the combo box located at the OnClick of the form, I thought would work and it doesn't.
[ToolID]=[Forms]![frmOTMPselectnew]![Combo3] is the where condition, the form stated above this is frmOTMNew, data mode is Add. Table 'A' is an imported table from another database. Both tables have the same field names and are set as primary keys.
If anyone has a solution I would really appreciate it. I do not have any programming experience which has made this a bit more challenging.