Hello everyone,
I am currently trying to create a form that would help me add week number and year into entries. I am not so sure how to go about doing this and dont know how to start.
The form consist of 2 tables, a query and a form.
Table 1: shows all orders individually
Table 2: orders are then combined (group-by) by the query
The form I would like to create will allow the user to select the customer order then the item number. After they choose both of that, they can enter the amount of records they would like to edit.
They will then proceed to select the week and year for that amount of entries.
Some things about the tables:
A customer order can consist of more than 1 type of item, which is why the user can select "item number"
After selecting "customer order" and "Item number", the user then selects the amount of records they would like to edit. The total amount of records they can edit should not go beyond the "CountOfItem_Number" seen on the subform.
The user can either use of the drop down menu first. Which means that if the user selects the customer order "000001", only "651093" or "928613" can be selected in "item number". Same goes if they select item number "928613", only "000001" can be selected in "customer order"
Does anyone know how I can go about doing this?
Thank you very much, all advice is greatly appreciated!
I am currently trying to create a form that would help me add week number and year into entries. I am not so sure how to go about doing this and dont know how to start.
The form consist of 2 tables, a query and a form.
Table 1: shows all orders individually
Table 2: orders are then combined (group-by) by the query
The form I would like to create will allow the user to select the customer order then the item number. After they choose both of that, they can enter the amount of records they would like to edit.
They will then proceed to select the week and year for that amount of entries.
Some things about the tables:
A customer order can consist of more than 1 type of item, which is why the user can select "item number"
After selecting "customer order" and "Item number", the user then selects the amount of records they would like to edit. The total amount of records they can edit should not go beyond the "CountOfItem_Number" seen on the subform.
The user can either use of the drop down menu first. Which means that if the user selects the customer order "000001", only "651093" or "928613" can be selected in "item number". Same goes if they select item number "928613", only "000001" can be selected in "customer order"
Does anyone know how I can go about doing this?
Thank you very much, all advice is greatly appreciated!