thewrightdesign
Registered User.
- Local time
- Today, 10:11
- Joined
- Sep 30, 2010
- Messages
- 85
Using Access 2003. I'm fairly new to coding in Access/VBA, my background is web design not development but I've been thrown headfirst into this project. I have a database of student information. Main form/table is StudentInfo. Also have forms/tables for Enrollment, Classes, Grades etc. I'm learning as I search that I shouldn't store the same information in more than one table but that's exactly how our current database does it so at some point I will probably need help to fix that issue.
Right now though, what I'd like to have happen is when I go into Enrollment or Grades forms and I add a new record, I want to enter the student ID# and have the first name and last name fields automatically populate with their information. I will then enter the enrollment and grade information in other fields in the record.
I've searched this forum, googled, and searched other forums and most of the answers I see for this involve combo boxes. It isn't really practical for us to use that option since we have thousands of students and don't want to have to choose their ID# from a drop down list. Current database lets us enter the ID# and it populates the name fields for us. I want to recreate that in Access 2003.
I've gotten great help on this forum while I'm struggling through the process of re-creating this database in Access (current one is Lotus Approach). Hoping this issue is solved as easily as the others have been
Right now though, what I'd like to have happen is when I go into Enrollment or Grades forms and I add a new record, I want to enter the student ID# and have the first name and last name fields automatically populate with their information. I will then enter the enrollment and grade information in other fields in the record.
I've searched this forum, googled, and searched other forums and most of the answers I see for this involve combo boxes. It isn't really practical for us to use that option since we have thousands of students and don't want to have to choose their ID# from a drop down list. Current database lets us enter the ID# and it populates the name fields for us. I want to recreate that in Access 2003.
I've gotten great help on this forum while I'm struggling through the process of re-creating this database in Access (current one is Lotus Approach). Hoping this issue is solved as easily as the others have been
