Show info in textbox when pressing button

hendrikbez

Registered User.
Local time
Today, 21:54
Joined
Oct 30, 2014
Messages
28
I have a button that when I press it it goes to new screen where I can add new data in, and then save it.
I have 10 texboxes in this form, how can I when press the button to add data let it on 3 texboxes show info eg. 4321MAG01- and when I am on the new form I can change or add to it. eg 4321MAG01-123
 
A form once opened can have all its controls modified, absent some event which causes the form to move off the current row.

I suspect that there is code which moves off the current row.
 
I'm afraid I don't understand the question. Are you saying you want this form (Is it a popup form?) to save and update another form or just save the newly entered data?
Please Explain!
 
I'm afraid I don't understand the question. Are you saying you want this form (Is it a popup form?) to save and update another form or just save the newly entered data?
Please Explain!

Sorry English is not my first language.

This wil be on the popup form, but only when I press Add Record (New)button it must show 4321MAG00- in the textbox, then when I done i save it, so every time I press add new record button it must show the info on that textbox.
Hope you understand what I am trying to do.
 
Set the default value property for the control(s) to "4321MAG00-"
 

Users who are viewing this thread

Back
Top Bottom