I created a form1 to enter orders into a tableA.
My issue is I am trying to create a form2 that will allow me to edit the data entered in form1.
The edit form2 uses 2 combo boxes. Combo1 filters choices as to whether the order is "Quote", "Open" or "Closed". The second combo is based on results from Combo1 & selects the "Order#" and "CompanyName" and "JobDesc" in the RowSource for matching Records.
The Order# populates the combo2 no problem. My problem is how do I get CompanyName and JobDesc to populate 2 unbound text boxes on form2? Should I use unbound text or link the form to the tableA.
Ultimately I need to populate about 12 items on the form that can be edited.
Thanks for looking over my problem. I have used Access in the past but Form building is all new to me.
My issue is I am trying to create a form2 that will allow me to edit the data entered in form1.
The edit form2 uses 2 combo boxes. Combo1 filters choices as to whether the order is "Quote", "Open" or "Closed". The second combo is based on results from Combo1 & selects the "Order#" and "CompanyName" and "JobDesc" in the RowSource for matching Records.
The Order# populates the combo2 no problem. My problem is how do I get CompanyName and JobDesc to populate 2 unbound text boxes on form2? Should I use unbound text or link the form to the tableA.
Ultimately I need to populate about 12 items on the form that can be edited.
Thanks for looking over my problem. I have used Access in the past but Form building is all new to me.