cabusmichael
Registered User.
- Local time
- Yesterday, 16:35
- Joined
- Aug 28, 2009
- Messages
- 17
Hello,
I have a question relating to creating forms, the relationship between forms and underlying tables (record sources).
I'm making a database that tracks grants administration for an environmental protection agency (my friends works there--I'm not that impressive
). A major rationale for creating the database is it could be used as a way to track the grant administration process, and which persons are associated with a given grant.
So, I have a relationship like:
[Grant] (1) --- (N) [Administers](N) ---- (1) [Grant administrator] -- [Types of grant administrators, like Project advisers, department employees, etc.].
I want to create a form that one can input a new grant, and indicate who administers the grant (the "department employee" is really being used to track the last department employee who updated information about the grant, for accountability). My question is, how should I go about this? Should I create a form based on the "junction table" (administers), and then a form based on "grant administrator"? This would seem slightly redundant, and the user would have already put the GrantID in the main form...but, from what I understand, there should be a field that links the main form to the subform...
I may be a bit confused...sorry if this is confusing;
Many thanks for your time,
Michael
I have a question relating to creating forms, the relationship between forms and underlying tables (record sources).
I'm making a database that tracks grants administration for an environmental protection agency (my friends works there--I'm not that impressive

So, I have a relationship like:
[Grant] (1) --- (N) [Administers](N) ---- (1) [Grant administrator] -- [Types of grant administrators, like Project advisers, department employees, etc.].
I want to create a form that one can input a new grant, and indicate who administers the grant (the "department employee" is really being used to track the last department employee who updated information about the grant, for accountability). My question is, how should I go about this? Should I create a form based on the "junction table" (administers), and then a form based on "grant administrator"? This would seem slightly redundant, and the user would have already put the GrantID in the main form...but, from what I understand, there should be a field that links the main form to the subform...
I may be a bit confused...sorry if this is confusing;
Many thanks for your time,
Michael