I'm having a serious issue trying to combine the data from two tables togeather for an installation schedule . I have tables that have the following.
ROUTING INFO TABLE
Date:
Start Time:
Address:
Time Needed for Install:
Time to Next Install:
TECH INFO TABLE
Tech #:
Tech Name
I can't get access to assign jobs based on when the time to next install is available.
I would like for access to assign 10 tech numbers for installs automatically so that it will give the time need for a job before assigning the techs to another job. Do I have to use an update query with specific criteria. I'm so stumped. Any help would
be greatly appreciated. Thanks.
ROUTING INFO TABLE
Date:
Start Time:
Address:
Time Needed for Install:
Time to Next Install:
TECH INFO TABLE
Tech #:
Tech Name
I can't get access to assign jobs based on when the time to next install is available.
I would like for access to assign 10 tech numbers for installs automatically so that it will give the time need for a job before assigning the techs to another job. Do I have to use an update query with specific criteria. I'm so stumped. Any help would
be greatly appreciated. Thanks.