H
H. Martins
This is the first time I am using a subform (Access 2003).
Dim strText as String
strText = "whatever"
txtbxMemo.Value = strText
"whatever" apears in txtbxMemo located in current form.
Then I moved txtbxMemo to a subform of the current form. The subform
is called sfrmListaAlunosAccao
How do I write strText to txtbxMemo ?
Thanks
Henry
Dim strText as String
strText = "whatever"
txtbxMemo.Value = strText
"whatever" apears in txtbxMemo located in current form.
Then I moved txtbxMemo to a subform of the current form. The subform
is called sfrmListaAlunosAccao
How do I write strText to txtbxMemo ?
Thanks
Henry