Feb 2, 2006 #1 jmbcreative Technical User Joined Jan 30, 2006 Messages 58 Location US On the Command25_MouseUp action I need to insert a value into a field. how can i do that?
Feb 2, 2006 Thread starter #2 jmbcreative Technical User Joined Jan 30, 2006 Messages 58 Location US Scratch that. I spoke to soon. For others to reference the code I used is the following: **** Private Sub Command25_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) Me.Status.Value = "Submitted" End Sub **** Upvote 0 Downvote
Scratch that. I spoke to soon. For others to reference the code I used is the following: **** Private Sub Command25_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) Me.Status.Value = "Submitted" End Sub ****