G
Guest
After reading about the evils of having a lookup in a table, I removed all.
But now I cannot get the lookup to work in my form. I need to store student
names, school name, course taken, grade received. My tables are linked as
follows:
tblDistrictID tblSchoolID tblCourseTkn
DistrictName SchoolName CrseTknID
DistrictID StdID
SchoolID
CourseName
GradeRcd
The data entry has to be able to add districts and schools on the fly since
people bring in transcripts from across the country. When I make a form
based on tblCourseTkn, it won't allow updates to SchoolID. Any suggestions?
It was way easier (even though wrong) to take care of this in a lookup
table...
Thanks a bunch,
Donna
But now I cannot get the lookup to work in my form. I need to store student
names, school name, course taken, grade received. My tables are linked as
follows:
tblDistrictID tblSchoolID tblCourseTkn
DistrictName SchoolName CrseTknID
DistrictID StdID
SchoolID
CourseName
GradeRcd
The data entry has to be able to add districts and schools on the fly since
people bring in transcripts from across the country. When I make a form
based on tblCourseTkn, it won't allow updates to SchoolID. Any suggestions?
It was way easier (even though wrong) to take care of this in a lookup
table...
Thanks a bunch,
Donna