T
terranauro
Dear all access expert
I have a problem regarding my access application.
Here are the description :
I have 3 tables, which are :
Technician which have fields : TechnicianID (PK), TechnicianName, Skill ID
(Foreign Key)
Skill table which have fields : SkillID (PK), SkillName
Project table which have fields : ProjectID, StartTime, EndTime,
TechnicianID
After that i make some queries and then form as user input (Form Project).
Form project will be the main input as my database is primarily made for
accomodating
project.
In form project, i make a combo box for selecting technician that will be
assigned
for project.
Suppose in this case for project 1 (welding project), the project manager
already select tech A. And then come another welding project, let say project
2.
There are to scenario for this :
1. project2 will start after project 1 finish. In this case
techinician A will be available, because he had already finished
project 1.
2. Project2 start before project 1 start but will end during the on-going
process of project 1 OR project 2 start after project 1 start.
In both cases, we know that techinian A would be unavailable.
My question is :
WHAT IS THE BEST WAY TO "TELL OR INSTRUCT" ACCESS SO IT WILL DISPLAY
THE RIGHT TECHNICIAN IN COMBO BOX (technician that have required
skill and not yet assigned for any project) ?
So many thanks in advance for all of you here.
Sincerely yours.
Hendra Himawan
I have a problem regarding my access application.
Here are the description :
I have 3 tables, which are :
Technician which have fields : TechnicianID (PK), TechnicianName, Skill ID
(Foreign Key)
Skill table which have fields : SkillID (PK), SkillName
Project table which have fields : ProjectID, StartTime, EndTime,
TechnicianID
After that i make some queries and then form as user input (Form Project).
Form project will be the main input as my database is primarily made for
accomodating
project.
In form project, i make a combo box for selecting technician that will be
assigned
for project.
Suppose in this case for project 1 (welding project), the project manager
already select tech A. And then come another welding project, let say project
2.
There are to scenario for this :
1. project2 will start after project 1 finish. In this case
techinician A will be available, because he had already finished
project 1.
2. Project2 start before project 1 start but will end during the on-going
process of project 1 OR project 2 start after project 1 start.
In both cases, we know that techinian A would be unavailable.
My question is :
WHAT IS THE BEST WAY TO "TELL OR INSTRUCT" ACCESS SO IT WILL DISPLAY
THE RIGHT TECHNICIAN IN COMBO BOX (technician that have required
skill and not yet assigned for any project) ?
So many thanks in advance for all of you here.
Sincerely yours.
Hendra Himawan