P
PLWS
I have two forms. The first form is used to place an
order. When you press the command button to add an
order, using ADO, the Orders table is opened and a new
record is added. The Order ID (auto numbering) from the
Orders table is returned to a disabled text box in the
first form. The second form (a continuous form) then
opens so the user may type the items they wish to order.
1. Using the OpenArgs method, how do I retrieve the
customer's name from form 1 so that it appears in a
textbox in form 2?
2. How do I display the OrderID in the OrderID control
of form 2 for all ordered items?
order. When you press the command button to add an
order, using ADO, the Orders table is opened and a new
record is added. The Order ID (auto numbering) from the
Orders table is returned to a disabled text box in the
first form. The second form (a continuous form) then
opens so the user may type the items they wish to order.
1. Using the OpenArgs method, how do I retrieve the
customer's name from form 1 so that it appears in a
textbox in form 2?
2. How do I display the OrderID in the OrderID control
of form 2 for all ordered items?