mimitan
Technical User
- Dec 17, 2004
- 34
Greeting to All,
I have a Item sheet with a list of data like this
Item progid StartDate EndDate .....
------------------------------------------------------
11223 AA 01/25/05 03/25/05
24555 AB 02/01/05 05/15/05
...etcetera
My goal is to create a "Form" that consists of 4 boxes that display the data (Item, progid, startdate, enddae) from the Item sheet and then 4 or 5 others boxes that allow users to ordering info such as Quantity, delivery date, store# (and possible a Combo box with a list of store), Person Name, Company. And at last A command button to click on when the order is complete so that it put the data into another sheet call Order.
This form basically navigate through the Item Sheet and when user see an item they want to order, they would fill the form and click on Command button that put the info into Order sheet, and when they naviagte back to the item they ordered, all boxes should be filled with the data.Make sense?
How can I create such "Form"
Thanks in advance for you time.
I have a Item sheet with a list of data like this
Item progid StartDate EndDate .....
------------------------------------------------------
11223 AA 01/25/05 03/25/05
24555 AB 02/01/05 05/15/05
...etcetera
My goal is to create a "Form" that consists of 4 boxes that display the data (Item, progid, startdate, enddae) from the Item sheet and then 4 or 5 others boxes that allow users to ordering info such as Quantity, delivery date, store# (and possible a Combo box with a list of store), Person Name, Company. And at last A command button to click on when the order is complete so that it put the data into another sheet call Order.
This form basically navigate through the Item Sheet and when user see an item they want to order, they would fill the form and click on Command button that put the info into Order sheet, and when they naviagte back to the item they ordered, all boxes should be filled with the data.Make sense?
How can I create such "Form"
Thanks in advance for you time.