Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Button to insert value into field?

Status
Not open for further replies.

jmbcreative

Technical User
Jan 30, 2006
58
US
On the Command25_MouseUp action I need to insert a value into a field. how can i do that?
 
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

****
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top