On a form, I have a 2 combo boxes. One lists EquipmentName, the other Procedure rooms. 2 pieces of equipment are each stationary in its own procedure room. I want to be able to auto fill the procedure room only when either piece of equipment is chosen. For example, if equipment "Fluoro Rm #2" is selected, only fill procedure room "Fluoro room #2", if equipment "Fluoro Rm #4 is selected, only fill procedure room "Fluoro room #4", if any other piece of equipment is chosen, then the other procedure rooms are available to select.
2 tables:
EquipmentTbl & ProcedureRoomTbl
I'm sure VB is invovled - perhaps On Exit event on equipment name?
Thank you for any suggestions
2 tables:
EquipmentTbl & ProcedureRoomTbl
I'm sure VB is invovled - perhaps On Exit event on equipment name?
Thank you for any suggestions