M
MyEmailList
What I have...
TestDB.mdb is my data base
tblTest is my table
frmCustomer is my form
fldText is a field on the form (may be bound to table data or unbound)
When the client moves to the next record (after they finish updating
the current record) I want my code to run...
Here is what I tried...
strTestText = "this is a test"
frmCustomer.fldTest = strTestText
but it didn't work.
I don't know how to properly reference the current form using the
"dot" reference system.
Thanks for any help.
Mel
TestDB.mdb is my data base
tblTest is my table
frmCustomer is my form
fldText is a field on the form (may be bound to table data or unbound)
When the client moves to the next record (after they finish updating
the current record) I want my code to run...
Here is what I tried...
strTestText = "this is a test"
frmCustomer.fldTest = strTestText
but it didn't work.
I don't know how to properly reference the current form using the
"dot" reference system.
Thanks for any help.
Mel