M
Mercedes
Hi everybody,
I have some trouble understanding acces and I don't seem
to be able to make it do what I want it to do.
Situation:
Table Projects
ProjectID
Projectname
Startdate
Grant J/N
Table Grants
GrantID
Grantgiver
Grantapplicant
ProjectID
Grant iven J/N
There is a relationship between Projects and Grants for
ProjectID because practically every project has a grant
application. However not every grant is granted.
Problem:
Whenever a grant is granted I want to see in my projects
list wether is has a grant, and more important what GRANT
ID is has. So there needs to be another relation between
porjects and grants showing me the grantID based on the
criterium wether the grant was succesful.
Solution
That's where you step in. Please help, thanks
I have some trouble understanding acces and I don't seem
to be able to make it do what I want it to do.
Situation:
Table Projects
ProjectID
Projectname
Startdate
Grant J/N
Table Grants
GrantID
Grantgiver
Grantapplicant
ProjectID
Grant iven J/N
There is a relationship between Projects and Grants for
ProjectID because practically every project has a grant
application. However not every grant is granted.
Problem:
Whenever a grant is granted I want to see in my projects
list wether is has a grant, and more important what GRANT
ID is has. So there needs to be another relation between
porjects and grants showing me the grantID based on the
criterium wether the grant was succesful.
Solution
That's where you step in. Please help, thanks