After entering a bunch of customer data on a form called frmCustomerData, the user can click a button called cmdEnterRequest. This button is supposed to save the data on frmCustomerData and close that form, then open another form called frmCustomerRequests WITH the name/address data from the first form to allow the user to enter the request detail.
For example, if frmCustomerData contains:
James Smith
169 Main Street
Tulsa, OK 60045
(etc, etc, etc)
Click on cmdEnterRequest,
Opens frmCustomerRequests with James Smith info already populated in the name/address fields on frmCustomerRequests
So far I haven't been able to code this correctly. If anyone can help I'd appreciate it. Thank you.
For example, if frmCustomerData contains:
James Smith
169 Main Street
Tulsa, OK 60045
(etc, etc, etc)
Click on cmdEnterRequest,
Opens frmCustomerRequests with James Smith info already populated in the name/address fields on frmCustomerRequests
So far I haven't been able to code this correctly. If anyone can help I'd appreciate it. Thank you.