I need a step by step instruction to do the following (i'm a beginner):
1) I have a form with two unbound text boxes.
ProjectNumber, ProjectName
2) I have a form called "GoTeam" with two regular text boxes assigned to fields in the table labeled "ProjectNum ber" and ProjectName.
I want to have a command button on the first Form that takes the data and "sends" the data to the GoTeam form and populates the table for GoTeam.
So if i enter '12345' in the ProjectNumber unbound text box on Form1 and click the button, it'll send that '12345' to the GoTeam field ProjectNumber.
I need exact code. Microsoft is not helping me much.
Thanks
Ben
1) I have a form with two unbound text boxes.
ProjectNumber, ProjectName
2) I have a form called "GoTeam" with two regular text boxes assigned to fields in the table labeled "ProjectNum ber" and ProjectName.
I want to have a command button on the first Form that takes the data and "sends" the data to the GoTeam form and populates the table for GoTeam.
So if i enter '12345' in the ProjectNumber unbound text box on Form1 and click the button, it'll send that '12345' to the GoTeam field ProjectNumber.
I need exact code. Microsoft is not helping me much.
Thanks
Ben
Comment