Reputation: 31
I have a continuous form which is filled by a table. Now when a user wants to edit a textbox on the form I want to populate another textbox on the same form. This would happen on the exit event of the firts text box.
Please suggest options, can I use dlookup or use vba to iterate through recordset and then fill corresponding record textbox. Share a code snippet can I use to find which record textbox is edited an fill corresponding one.
Upvotes: 0
Views: 1360
Reputation: 43
You can do like this, first textbox 1 and take one command button write one macro which contian logic of fill textbox on click command button and Fill value of corresponding textboxs value base on textbox1 value
Upvotes: 0