Hulk009
New member
- Local time
- Today, 07:46
- Joined
- Jun 8, 2024
- Messages
- 17
hello
in my form i have a button when i press it i want it to fill up many text box (RA - MM1 - MM2)
those many text are in a sub form called "TB01"
i've tried this code:
Private Sub Command166_Click()
Me.Parent.Tb01.RA.Value = 27459
Me.Parent.Tb01.MM1.Value = 27894
Me.Parent.Tb01.MM2.Value = 44004
End Sub
it give me Error ... any help with it
in my form i have a button when i press it i want it to fill up many text box (RA - MM1 - MM2)
those many text are in a sub form called "TB01"
i've tried this code:
Private Sub Command166_Click()
Me.Parent.Tb01.RA.Value = 27459
Me.Parent.Tb01.MM1.Value = 27894
Me.Parent.Tb01.MM2.Value = 44004
End Sub
it give me Error ... any help with it