K
Karren Lorr
Hello
I have 2 tables
TableStudents
StudentID
1stName
Surname
Etc
Etc
TableOrders
OrderID
StudentID (this is the linking field)
Item
ItemCost
etc
etc
Sometimes a bulk order will be made for an item by anything up to 500
students. At the moment I am just opening each student’s form and filling in
the details. This can take up to 2 days.
For bulk orders all the details are always the same.
Eg
Item = Book ABC
ItemCost = 12.34
Is there a way in which I could just type these details just once and append
or add them to the Orders table so that each student has the same order (but
it will be a new OrderID for each person)
Thank you
I have 2 tables
TableStudents
StudentID
1stName
Surname
Etc
Etc
TableOrders
OrderID
StudentID (this is the linking field)
Item
ItemCost
etc
etc
Sometimes a bulk order will be made for an item by anything up to 500
students. At the moment I am just opening each student’s form and filling in
the details. This can take up to 2 days.
For bulk orders all the details are always the same.
Eg
Item = Book ABC
ItemCost = 12.34
Is there a way in which I could just type these details just once and append
or add them to the Orders table so that each student has the same order (but
it will be a new OrderID for each person)
Thank you