G
Greg K.
I'm not quite sure how to start going about this. I will try to explain
what I am trying to accomplish.
Basically, the database pulls in the Order, Customer, and Product info from
our AS/400. I want the sales people who are requesting a change to the
order (either ship date, cancelling product/order, changing quantities, etc)
to be able to pull up their desired customer on a form. The subform will
show all orders for that customer. The salesperson can then select which
order(s) they want to change. When selecting the order(s), a second subform
will appear showing all the lines on the order(s) at which point they can
select individual lines ... if needed (some changes affect the entire
order.) When they have selected all the items they want to change and have
entered what the new ship date, qty, etc. is, then the data should be added
to a table with a unique Change Request ID. The data that comes from the
AS/400 remains unchanged and would be available for the next change request.
I have a database with the following tables:
tbl_Change_Request_Header
tbl_Change_Request_Order_Details
tbl_Cust_Mast (from AS/400)
tbl_Item_Master (from AS/400)
tbl_Order_Header (from AS/400)
tbl_Order_Details (from AS/400)
I hope this explanation is as clear as mud.
Any help you can supply would be greatly appreciated.
If you need more info, please let me know
Greg K
what I am trying to accomplish.
Basically, the database pulls in the Order, Customer, and Product info from
our AS/400. I want the sales people who are requesting a change to the
order (either ship date, cancelling product/order, changing quantities, etc)
to be able to pull up their desired customer on a form. The subform will
show all orders for that customer. The salesperson can then select which
order(s) they want to change. When selecting the order(s), a second subform
will appear showing all the lines on the order(s) at which point they can
select individual lines ... if needed (some changes affect the entire
order.) When they have selected all the items they want to change and have
entered what the new ship date, qty, etc. is, then the data should be added
to a table with a unique Change Request ID. The data that comes from the
AS/400 remains unchanged and would be available for the next change request.
I have a database with the following tables:
tbl_Change_Request_Header
tbl_Change_Request_Order_Details
tbl_Cust_Mast (from AS/400)
tbl_Item_Master (from AS/400)
tbl_Order_Header (from AS/400)
tbl_Order_Details (from AS/400)
I hope this explanation is as clear as mud.
Any help you can supply would be greatly appreciated.
If you need more info, please let me know
Greg K