I have a form1 and form2.
Form1 contains two unbound textboxes "ProjectNum ber" and "ProjectNam e"
Form2 contains two textboxes "ProjectNo" and "ProjName" that are tied to a table.
I have a button on Form1 that after the data is typed in and you click the button. What I want is the data that was typed in Form1 gets "sent" to the corresponding fields in Form2. How...
User Profile
Collapse
-
Passing data
I am using Access 2003. I have a simple OnClick() command button that does the following
Forms![Form2]![ProjectNumber] = Me![cboProjectNumbe r]
Why do I have to have Form2 open for this to work? is there something I can code in that will allow me to click the command button and the data from cboProjectNumbe r automatically copies to the ProjectNumber field in another table/form? -
-
Help on pushing data!
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... -
I thought maybe you could do a command button or lost focus or something to have the Project number automatically be assigned to project numbers in other tables....Leave a comment:
-
PopUp form or Splash Screen?
I need urgent help. I have to present something in front of some big people.
I need to create a form that appears on startup that asks for the user to enter information in. My example is "Project Number". Once the information is entered, a command button is clicked to close the form and "pushes" that Project Number to all the other forms and tables that have Project Number as a field. I need step by step on how...
No activity results to display
Show More
Leave a comment: