J
Jeff @ CI
In my Access 2000 database, I have four tables involved in this problem.
"Events" contains the cities where my company holds seminars. The focus
field here is called "EventCode". "Contractors" lists reps who work with us.
The Key here is a field called "ContractorID". The "Cities" table has a
list of cities and states where the reps will travel to recruit for the
seminars. This table is related to the "Contractors" table by the
ContractorID field. These three tables contain the data to be used to fill a
portion of the fields in the fourth table, "EventPerformance".
In a form, I want to select an Event and based either on a field named
"City" or another field named "State" and then search for reps who have
indicated they will work the event. From the list, I then want to be able to
click on a rep's name (the result of the search directed into a listbox) and
have the rep "assigned" to the event. "Assigning" a rep would create a
record in the EventPerformance table and populate the EventCode,
ContractorID, and DateAssigned fields.
I am working with a FindRecord macro to do the search. I am unsure on how to
complete the remainder of the problem.
Any help would be greatly appreciated.
Thanks,
Jeff
"Events" contains the cities where my company holds seminars. The focus
field here is called "EventCode". "Contractors" lists reps who work with us.
The Key here is a field called "ContractorID". The "Cities" table has a
list of cities and states where the reps will travel to recruit for the
seminars. This table is related to the "Contractors" table by the
ContractorID field. These three tables contain the data to be used to fill a
portion of the fields in the fourth table, "EventPerformance".
In a form, I want to select an Event and based either on a field named
"City" or another field named "State" and then search for reps who have
indicated they will work the event. From the list, I then want to be able to
click on a rep's name (the result of the search directed into a listbox) and
have the rep "assigned" to the event. "Assigning" a rep would create a
record in the EventPerformance table and populate the EventCode,
ContractorID, and DateAssigned fields.
I am working with a FindRecord macro to do the search. I am unsure on how to
complete the remainder of the problem.
Any help would be greatly appreciated.
Thanks,
Jeff