I have a Macro that is attached to a button on a form. When clicked, the button should open up another form that is linked by the ID field. Here is the code I typed into the "Where Condition" section of the macro:
[ID]=[Forms]![Products]![ID]
When I click on the button, it goes to the form, but it does not populate the "ID" field on that form so that it is the same as the ID field from the previous form (the one that has the button.
[ID]=[Forms]![Products]![ID]
When I click on the button, it goes to the form, but it does not populate the "ID" field on that form so that it is the same as the ID field from the previous form (the one that has the button.