W.Dnx.W
Registered User.
- Local time
- Tomorrow, 00:18
- Joined
- Feb 23, 2006
- Messages
- 51
Hi all,
I've got this line of code under my form_current() envent (frmEmails)
str2 = Forms!frmMain!txtSQL.Value
but when I start the DB I get the Invalid use of Null error,
now, it seems that I need to define my txtSQL.value = "" but am not sure where. I've tried under frmMain_load event but it seems that's not the right spot...
is it problem that I had put that code on form_current() or is that OK and I just need to define my txtSQL.valuse somewhere else.
thanks a lot
D
I've got this line of code under my form_current() envent (frmEmails)
str2 = Forms!frmMain!txtSQL.Value
but when I start the DB I get the Invalid use of Null error,
now, it seems that I need to define my txtSQL.value = "" but am not sure where. I've tried under frmMain_load event but it seems that's not the right spot...
is it problem that I had put that code on form_current() or is that OK and I just need to define my txtSQL.valuse somewhere else.
thanks a lot
D