xollef
Technical User
- Apr 23, 2002
- 30
Hello
I have a mainform that contains information on orders stored in an ordertable, then for each order i want to be able to store plenty of tests for that order. I have an test table where all the different tests are. They can be manipulated, added new edited or deleted. Then the third table order_tests is linked to orders with an ID field.
Tables:
orders # id, info 1, info 2
orders_tests # id, order_id, test
test # id, test_code, test_name
The problem I have is how to get the tests show up as checkboxes on a subform to the main orderform. And then how to save them into the orders_tests table.
Anyone have any idea on how to do this, or other way on achieving this?
I have a mainform that contains information on orders stored in an ordertable, then for each order i want to be able to store plenty of tests for that order. I have an test table where all the different tests are. They can be manipulated, added new edited or deleted. Then the third table order_tests is linked to orders with an ID field.
Tables:
orders # id, info 1, info 2
orders_tests # id, order_id, test
test # id, test_code, test_name
The problem I have is how to get the tests show up as checkboxes on a subform to the main orderform. And then how to save them into the orders_tests table.
Anyone have any idea on how to do this, or other way on achieving this?