Background: I have written a small program to enter brief reports taken by people on various buildings in our complex. They are categorized by time, date, building, and room number. We then build a report from these entered reports and email them on to the corresponding building supervisors. We have over 100 buildings, and thus have over 100 supervisors. To find out which supervisor to email about which buildings, we have a big long list of names next to buildings and look it up manually. Both the building list and superviser lists, right now, are combo boxes.
Problem: I would like to set it up where when I select a building from the combo box, it automatically enters the name of the person I need to send it to, in order to cut down having to search though the list. I already have a table set up with two fields (1. Building 2. Supervisor) and I have each building and corresponding person listed, but I can't find how to incorporate them in to the form. Each report will only have once building and one supervisor.
Any suggestions?
Problem: I would like to set it up where when I select a building from the combo box, it automatically enters the name of the person I need to send it to, in order to cut down having to search though the list. I already have a table set up with two fields (1. Building 2. Supervisor) and I have each building and corresponding person listed, but I can't find how to incorporate them in to the form. Each report will only have once building and one supervisor.
Any suggestions?