C
clueless
i'm brand new to this message board and vba code for that
matter...please be patient.
i created a copy button on "frmDealsRework" that will copy an existing
record, but i want to customize the button such that the user can
update "txtLoanName" and/or "txtClientName" before access copies the
record.
i have created another form, "frmCopyLoanUpdate", that has two unbound
text boxes, "txtLoanNameChange" and "txtClientNameChange". the user
should update one of the text boxes or both. as stated previously, i
would like the copied record to include these updates.
in the properties section of the copy button, i've created an [Event
Procedure] in the "On Click" row (it doesn't work at all!). the intent
of the code is to open "frmCopyLoanUpdate", hide (or at least minimize)
"frmDealsRework", allow the user to enter the appropriate changes in
"txtLoanNameChange" and "txtClientNameChange", then finish copying the
record.
my knowledge of vba is very limited and trial and error has been
unsuccessful. can anyone get me started here?
thank you,
clueless
matter...please be patient.
i created a copy button on "frmDealsRework" that will copy an existing
record, but i want to customize the button such that the user can
update "txtLoanName" and/or "txtClientName" before access copies the
record.
i have created another form, "frmCopyLoanUpdate", that has two unbound
text boxes, "txtLoanNameChange" and "txtClientNameChange". the user
should update one of the text boxes or both. as stated previously, i
would like the copied record to include these updates.
in the properties section of the copy button, i've created an [Event
Procedure] in the "On Click" row (it doesn't work at all!). the intent
of the code is to open "frmCopyLoanUpdate", hide (or at least minimize)
"frmDealsRework", allow the user to enter the appropriate changes in
"txtLoanNameChange" and "txtClientNameChange", then finish copying the
record.
my knowledge of vba is very limited and trial and error has been
unsuccessful. can anyone get me started here?
thank you,
clueless