M
marika1981
Hello!
I have a structural question which I suspect is at the root of some problems
I'm having in a database I'm designing. I'll get to the actual problems
if/when I receive a response. Here's the structural question:
My database consists of three main tables: 1) a list of student names and
various personal data - one record per student. 2) a list of potential
colleges and universities for them to attend and various data on each school
- also, one record per school, per year. 3) A table which consists of only 3
columns - year of data, student name, and school name. Here, each student
has several (i.e. 30 or 40) records each, one record for each potential
school he/she has been matched to. The data in this table is populated
through a Data Entry form using Add New Record functions. The user of the
database is someone who matches students with schools and wishes to build new
lists of schools for students to consider.
My main question: is this table structure not optimal? Could this structure
be a source of foreseeable problems in your opinion?
Less importantly, there is a fourth table called tblMeetingNotes which also
has multiple records per student - one record consisting of a notes field for
each dated meeting had with the student.
The problems I'm having have to do with populating and growing those tables
with multiple records per student (3rd table above, and tblMeetingNotes) when
a new student is added to the database and doesn't already exist in those two
tables. I would like that the student's name (and the year of the data) be
automatically the default value when the forms are opened to populated those
tables. Instead I get #NAME, since the forms where the new data is inputted
are linking to the tables where the data (i.e student) doesn't yet exist. I
tried linking to a query instead of the simple tables, but still had
problems, I think, because one of the forms is a Data Entry table. Can you
Autofill fields in Data Entry style forms with values from other open forms?
Thank you SOOOO very much for your time. I'm pretty new at Access, and any
timely assistance would be incredibly appreciated.
Very best,
Marika1981
I have a structural question which I suspect is at the root of some problems
I'm having in a database I'm designing. I'll get to the actual problems
if/when I receive a response. Here's the structural question:
My database consists of three main tables: 1) a list of student names and
various personal data - one record per student. 2) a list of potential
colleges and universities for them to attend and various data on each school
- also, one record per school, per year. 3) A table which consists of only 3
columns - year of data, student name, and school name. Here, each student
has several (i.e. 30 or 40) records each, one record for each potential
school he/she has been matched to. The data in this table is populated
through a Data Entry form using Add New Record functions. The user of the
database is someone who matches students with schools and wishes to build new
lists of schools for students to consider.
My main question: is this table structure not optimal? Could this structure
be a source of foreseeable problems in your opinion?
Less importantly, there is a fourth table called tblMeetingNotes which also
has multiple records per student - one record consisting of a notes field for
each dated meeting had with the student.
The problems I'm having have to do with populating and growing those tables
with multiple records per student (3rd table above, and tblMeetingNotes) when
a new student is added to the database and doesn't already exist in those two
tables. I would like that the student's name (and the year of the data) be
automatically the default value when the forms are opened to populated those
tables. Instead I get #NAME, since the forms where the new data is inputted
are linking to the tables where the data (i.e student) doesn't yet exist. I
tried linking to a query instead of the simple tables, but still had
problems, I think, because one of the forms is a Data Entry table. Can you
Autofill fields in Data Entry style forms with values from other open forms?
Thank you SOOOO very much for your time. I'm pretty new at Access, and any
timely assistance would be incredibly appreciated.
Very best,
Marika1981