F
fizban33
I am somewhat new to access and am restructuring a database as par t of a
summer internship. The database is for fundraising and is designed to
provide a list of different foundations' proposal submission deadlines, etc.
I have several tables. The first is the BasicInfo Table. This table
contains the primary key "Foundation ID," as well as basic contact
information for each organization.
I then created a table called "Guidelines" in which I plan to store info
such proposal deadlines, board meeting deadlines, etc. This table contains
the Primary Key "Guidelines ID." This table also contains a field called
"Foundation ID" which I have attempted to link to the "Foundation ID" entry
in the BasicInfo table.
I would like to link these two tables together in a form so that when I
bring up the contact information for an organization, I can also see the
relevant information stored in the Guidelines Table. I have currently linked
the tables using a query (*) so that the field list displays all of the
controls which I would like to display.
However, when I go to enter new Guidelines information in Form View for a
Foundation, the form will not let me enter any Guidelines data. I assume
this means that the tables are not linked properly, or that Access is not
correctly matching the two tables Foundation IDs.
Any help you could provide would be greatly appreciated! I have been
working on this for a long time and am in desperate need of help!
summer internship. The database is for fundraising and is designed to
provide a list of different foundations' proposal submission deadlines, etc.
I have several tables. The first is the BasicInfo Table. This table
contains the primary key "Foundation ID," as well as basic contact
information for each organization.
I then created a table called "Guidelines" in which I plan to store info
such proposal deadlines, board meeting deadlines, etc. This table contains
the Primary Key "Guidelines ID." This table also contains a field called
"Foundation ID" which I have attempted to link to the "Foundation ID" entry
in the BasicInfo table.
I would like to link these two tables together in a form so that when I
bring up the contact information for an organization, I can also see the
relevant information stored in the Guidelines Table. I have currently linked
the tables using a query (*) so that the field list displays all of the
controls which I would like to display.
However, when I go to enter new Guidelines information in Form View for a
Foundation, the form will not let me enter any Guidelines data. I assume
this means that the tables are not linked properly, or that Access is not
correctly matching the two tables Foundation IDs.
Any help you could provide would be greatly appreciated! I have been
working on this for a long time and am in desperate need of help!