Ive been trawling the forums looking for what I think should be a basic problem.
All I need to do is pass a value into a textbox of a new form on DoCmd.OpenForm.
Should I be using OpenArgs for this? I have tried but everytime the textbox has no value assigned to it.
DoCmd.OpenForm "FRMSalesSub", , , , , , "txtOrderID = 253094" ??
All I need to do is pass a value into a textbox of a new form on DoCmd.OpenForm.
Should I be using OpenArgs for this? I have tried but everytime the textbox has no value assigned to it.
DoCmd.OpenForm "FRMSalesSub", , , , , , "txtOrderID = 253094" ??