This is soo simple – but I cannot get it right!
I have a form with a list of records in it, when I click on a macro button the base form is supposed to open up.
The list form and field on it is : FrmTaxReturnsList [TRRecord]
Now I want to go to the base form with this field on it : FrmTaxReturns01 [TRRecord]
The macro is open form FrmTaxReturns01 where
[TRRecord]=[Forms]![FrmReturnsStatusList]![TRRecord]
Unfortunately it does not work. Help with this please.