S
stefan
What I have is a database which stores all information for
research projects which we manage. Within our company, the
idea for a research project is generated from an
individual - the project sponsor.
The project is then subcontracted by a tendering process.
All research work completed by the chosen subcontractor
through to completion is stored on the database. When the
subcontractor's final report is approved, usually by the
project sponsor but not always, then the project is
completed.
I have a form (based on tblProject) with a cbo which looks-
up a table of individuals (tblsponsors) from within our
company. The user chooses from this table and the info is
recorded on the form.
I have another form for project completion (based on
tblProject) with a cbo which looks-up the same individuals
on tblsponsors - but I want to call these individuals the
project endorsers.
What I want to be able to do is include the info about the
sponsor when the project starts. When the project is
completed, I then want to include the info about the
project endorser.
Currently, when I enter the project sponsor, the project
endorser is also included, even though the project is not
completed and the endorser may be different to the
sponsor.
Maybe there is a better way of undertaking this task.
I'd be grateful for any advice
thanks
research projects which we manage. Within our company, the
idea for a research project is generated from an
individual - the project sponsor.
The project is then subcontracted by a tendering process.
All research work completed by the chosen subcontractor
through to completion is stored on the database. When the
subcontractor's final report is approved, usually by the
project sponsor but not always, then the project is
completed.
I have a form (based on tblProject) with a cbo which looks-
up a table of individuals (tblsponsors) from within our
company. The user chooses from this table and the info is
recorded on the form.
I have another form for project completion (based on
tblProject) with a cbo which looks-up the same individuals
on tblsponsors - but I want to call these individuals the
project endorsers.
What I want to be able to do is include the info about the
sponsor when the project starts. When the project is
completed, I then want to include the info about the
project endorser.
Currently, when I enter the project sponsor, the project
endorser is also included, even though the project is not
completed and the endorser may be different to the
sponsor.
Maybe there is a better way of undertaking this task.
I'd be grateful for any advice
thanks