I am a teacher and I am creating a database to help me record my parent contact that I make over the course of the year. I have made a table that has all of the students' information in it:
ID Number (primary key)
Student name
Subject
Period
Parent name
Phone number
Email address.
In my perfect world, I would have a second table that would be my contact home table:
Contact Number (primary key)
Student Name
Parent name
Phone number
Contact Notes (where I would write what I called about)
What I would like to do is create a form using my contact home table that I could have by my phone. Here I could type in the name of my student and access would fill in the other two fields (parent name and phone number) for me. I could call and leave some notes in the contact notes field. Any help would be great.
Thanks
ID Number (primary key)
Student name
Subject
Period
Parent name
Phone number
Email address.
In my perfect world, I would have a second table that would be my contact home table:
Contact Number (primary key)
Student Name
Parent name
Phone number
Contact Notes (where I would write what I called about)
What I would like to do is create a form using my contact home table that I could have by my phone. Here I could type in the name of my student and access would fill in the other two fields (parent name and phone number) for me. I could call and leave some notes in the contact notes field. Any help would be great.
Thanks
Comment