Hi all
I am looking for a more elegant and easier/quicker form to create for inputting data into a many to many table. Here's how my tables are setup:
tblPractice:
PracticeID (PK-Autonumber)
PracticeName
...
tblEquipment:
EquipmentID (PK-Autonumber)
EquipmentName
...
tblPracticeEquipment:
PracticeEquipmentID (PK-Autonumber)
PracticeEquipmentEquipmentID
PracticeEquipmentPracticeID
PracticeEquipmentRoom
PracticeEquipmentMake
PracticeEquipmentCalibrationDate
I have a list of equipment in tblEquipment which the practice may or may not have in a room in the practice or have in multiple rooms.
At present the data is input using a continuous form where the user selects the Room and Equipment from comboboxes and other information via textboxes.
Going through some of the data that requires inputting some practices have 18 pieces of equipment in 1 or more rooms, inputting this information get's very tedious and is time consuming.
I am looking to create an input form that would list of the equipment in the equipment table and user could select the Room and then go down each piece of equipment ticking which is available in that room. Those that have been ticked, a record would be created in tblPracticeEquipment. Any additional information such as the Make or Calibration Date would then have to be input separately.
Ideally the same form would be used for editing, adding new equipment though I could manage with 2 separate forms one for initial data input and another for editing.
I have managed to achieve something similar to the above in a Report however I cannot reproduce this in a Form for data input/editing.
Please see the attachment as an example.
Any help is greatly appreciated.
I am looking for a more elegant and easier/quicker form to create for inputting data into a many to many table. Here's how my tables are setup:
tblPractice:
PracticeID (PK-Autonumber)
PracticeName
...
tblEquipment:
EquipmentID (PK-Autonumber)
EquipmentName
...
tblPracticeEquipment:
PracticeEquipmentID (PK-Autonumber)
PracticeEquipmentEquipmentID
PracticeEquipmentPracticeID
PracticeEquipmentRoom
PracticeEquipmentMake
PracticeEquipmentCalibrationDate
I have a list of equipment in tblEquipment which the practice may or may not have in a room in the practice or have in multiple rooms.
At present the data is input using a continuous form where the user selects the Room and Equipment from comboboxes and other information via textboxes.
Going through some of the data that requires inputting some practices have 18 pieces of equipment in 1 or more rooms, inputting this information get's very tedious and is time consuming.
I am looking to create an input form that would list of the equipment in the equipment table and user could select the Room and then go down each piece of equipment ticking which is available in that room. Those that have been ticked, a record would be created in tblPracticeEquipment. Any additional information such as the Make or Calibration Date would then have to be input separately.
Ideally the same form would be used for editing, adding new equipment though I could manage with 2 separate forms one for initial data input and another for editing.
I have managed to achieve something similar to the above in a Report however I cannot reproduce this in a Form for data input/editing.
Please see the attachment as an example.
Any help is greatly appreciated.