K
Krzysztof via AccessMonster.com
Good Day!
I have a form that has an unbound text box, and when the form opens, it is
set to a formula. here is my problem:
my code
Private Function fncName()
Forms!frm_Main!textbox = Formula
Forms!frm_Main!textbox2 = Formula
...
End Function
sub Form_Open()
fncName
End Sub
This works fine for the first line in the function, but if i add another box
( i need 120 of them), it gives me a message box stating 'You have canceled
the previous operation', and no other boxes get filled in, just the first one.
Has anyone seen something like this? do i need to add some kind of seperator
to let it know there is another line?
TIA
~K
I have a form that has an unbound text box, and when the form opens, it is
set to a formula. here is my problem:
my code
Private Function fncName()
Forms!frm_Main!textbox = Formula
Forms!frm_Main!textbox2 = Formula
...
End Function
sub Form_Open()
fncName
End Sub
This works fine for the first line in the function, but if i add another box
( i need 120 of them), it gives me a message box stating 'You have canceled
the previous operation', and no other boxes get filled in, just the first one.
Has anyone seen something like this? do i need to add some kind of seperator
to let it know there is another line?
TIA
~K