ppoindexter
Registered User.
- Local time
- Today, 04:48
- Joined
- Dec 28, 2000
- Messages
- 134
i have a text box "textMemo" (data type = memo) on a form that is populated by "textMemo1" (data type = memo)
=Forms!frmMenuReports!subfrmReportMemo!textMemo1
textMemo populates a text box (Tmemo) on a report
=Forms!frmMenuReports!textMemo.column(2)
when i open the report i get
#Name in Tmemo on the report
i use the same code for passing text from a combobox on the same form and it works fine
any help is appreciated
=Forms!frmMenuReports!subfrmReportMemo!textMemo1
textMemo populates a text box (Tmemo) on a report
=Forms!frmMenuReports!textMemo.column(2)
when i open the report i get
#Name in Tmemo on the report
i use the same code for passing text from a combobox on the same form and it works fine
any help is appreciated