I'll try to be as brief as possible.
I have a form "CustomerInfo" which includes the customers phone number. I have a button on this form called "Sell". When the "Sell" button is clicked on I want to capture the phone number from this form, save the current record, and close the form. Then, open another form "SoldInfo" which will create a new record. The Phone number will be placed in the new SoldInfo record allowing me to link the two(CustomerInfo and SoldInfo) tables for later use.
My problem is I can't seem to get off the ground. How do you define a form control or set up code to recognize a form and form controls? If someone can just get me pointed in the right direction I would appreciate it very much. If, in your reply, you plan on using "Me" as part of the solution..... I'll need help with that also.
Thanks,
Doug W.
I have a form "CustomerInfo" which includes the customers phone number. I have a button on this form called "Sell". When the "Sell" button is clicked on I want to capture the phone number from this form, save the current record, and close the form. Then, open another form "SoldInfo" which will create a new record. The Phone number will be placed in the new SoldInfo record allowing me to link the two(CustomerInfo and SoldInfo) tables for later use.
My problem is I can't seem to get off the ground. How do you define a form control or set up code to recognize a form and form controls? If someone can just get me pointed in the right direction I would appreciate it very much. If, in your reply, you plan on using "Me" as part of the solution..... I'll need help with that also.
Thanks,
Doug W.