safeerbinsalih
Registered User.
- Local time
- Tomorrow, 00:01
- Joined
- Dec 30, 2015
- Messages
- 26
I've a main form and a sub form. I've a textbox (txtbx) in main form. I want to update value of txtbx with record from subform while I go from one record to next. I found that I've to use "On Current" event. How to code to update txtbx
Main form : Form1
Sub form : Form2
I want to update value of txtbx in Main from from text box "Material" in Form2. This value should change each time I click on different records. Any help is deeply appreciated
Main form : Form1
Sub form : Form2
I want to update value of txtbx in Main from from text box "Material" in Form2. This value should change each time I click on different records. Any help is deeply appreciated