access: control source of textbox
- by I__
there is a form where a user enters a date in [Text4]
when users clicks OK, the following code is run:
DoCmd.OpenReport "All_Ones", acViewPreview
the following is the control source of a textbox on the report
[Forms]![By Number]![Text4]
for some reason after the report is open, it just sayd #?nameor something like that, meaning that it is an invalid parameter.
what am i doing wrong?