Using Access 2000
I am having a brain cramp and can't quite get a data entry form, to keep track of equipment, properly designed.
The scenario is this...
1. A piece of equipment (CPU, Monitor, Printer etc.) is purchased. The details of the purchase and information about the piece of equipment is recorded in tblEquipment.
2. The piece of equipment is assigned to a Department. There are 56 departments. These are held in tblDepartments.
3. In the selected Department, the piece of equipment is assigned to a Work Station. Each Department can have up to 6 Work Stations. These are held in tblWorkStations.
What is the best way to design the data entry form for this scenario?
What I have tried is as follows...
I have put both a DeptID and WorkStationID in tblEquipment, and built the form using interdependent combo boxes for entering the appropriate Department and Work Station. The AfterUpdate event for cboDepartment requeries the cboWorkStation. This approach places the proper Department and Work Station data in tblEquipment. HOWEVER the Work Station combo boxes go blank when you cycle from one record to the next. Only the last Work Station entered continues to display.
How can I either (a)fix this so that the correct data continues to display, or (b) redesign the data entry form to get the proper results?
Thanks for a push in the right direction.
Tom
I am having a brain cramp and can't quite get a data entry form, to keep track of equipment, properly designed.
The scenario is this...
1. A piece of equipment (CPU, Monitor, Printer etc.) is purchased. The details of the purchase and information about the piece of equipment is recorded in tblEquipment.
2. The piece of equipment is assigned to a Department. There are 56 departments. These are held in tblDepartments.
3. In the selected Department, the piece of equipment is assigned to a Work Station. Each Department can have up to 6 Work Stations. These are held in tblWorkStations.
What is the best way to design the data entry form for this scenario?
What I have tried is as follows...
I have put both a DeptID and WorkStationID in tblEquipment, and built the form using interdependent combo boxes for entering the appropriate Department and Work Station. The AfterUpdate event for cboDepartment requeries the cboWorkStation. This approach places the proper Department and Work Station data in tblEquipment. HOWEVER the Work Station combo boxes go blank when you cycle from one record to the next. Only the last Work Station entered continues to display.
How can I either (a)fix this so that the correct data continues to display, or (b) redesign the data entry form to get the proper results?
Thanks for a push in the right direction.
Tom