Hi All,
I have a form [frmMain] on which lots of information is entered, including [Date] and [Code]. There will only be one record with each combination of the two.
I have a menu on another form [frmMenu], where I have a [Date] and [Code] field, and a button.
How do I get the button to open the [frmMain] form on the record matching the values in the [Date] and [Code] fields on the menu?
Thanks in advance!