Hello All,
I am trying to add two Text fields together on my Form. But when I
run the following code, I get an error that says:
___________
code:
___________
Private Sub sum_click()
Label.sum = Text1.id1 + Text2.id2
End Sub
___________
error:
___________
Run-time error '424':
Object required
Now, I'm a bit of a newbie, but I've tried everything and can't get
this to run. Any ideas?
TIA,
Mike
I am trying to add two Text fields together on my Form. But when I
run the following code, I get an error that says:
___________
code:
___________
Private Sub sum_click()
Label.sum = Text1.id1 + Text2.id2
End Sub
___________
error:
___________
Run-time error '424':
Object required
Now, I'm a bit of a newbie, but I've tried everything and can't get
this to run. Any ideas?
TIA,
Mike
Comment