ITempleman
Registered User.
- Local time
- Today, 13:59
- Joined
- May 2, 2016
- Messages
- 13
HI all,
I have created a form with a sub form that we will use to record the number of times a student comes to meet with a counsellor and why.
The top form has: studentID, name (f & l), program and academic year - this auto fills through a combo box using the student id and some code (I got the example from youtube - worked great as I am not a coder!)
The sub-form has date, name of counsellor, reason and a notes box. I used a query to set up the sub form - with the studentID as the link. I wanted to set up a combo box for the counsellor and reason (about 6 options in each) BUT when I do this it seems to auto fill all the rows with the same counsellor/reason.
I have been viewing lots and lots of youtube videos and no one seems to cover this problem. Should I use something other than a combo box and if so what, and if yes, how do I fix it?
Also - when the form autofills - is there a way it can automatically go to the sub form rather than having to tab through - but yet, I still need to, if the student is not in the main table (ie form another department) enter their data (I have an append query to update from the form to the table).
Eventually I hope to have it as a tabbed sub-form, where I will have forms for appointments, courses, grades etc for each student.
thanks in advance and I hope this makes sense.
Irene
I have created a form with a sub form that we will use to record the number of times a student comes to meet with a counsellor and why.
The top form has: studentID, name (f & l), program and academic year - this auto fills through a combo box using the student id and some code (I got the example from youtube - worked great as I am not a coder!)
The sub-form has date, name of counsellor, reason and a notes box. I used a query to set up the sub form - with the studentID as the link. I wanted to set up a combo box for the counsellor and reason (about 6 options in each) BUT when I do this it seems to auto fill all the rows with the same counsellor/reason.
I have been viewing lots and lots of youtube videos and no one seems to cover this problem. Should I use something other than a combo box and if so what, and if yes, how do I fix it?
Also - when the form autofills - is there a way it can automatically go to the sub form rather than having to tab through - but yet, I still need to, if the student is not in the main table (ie form another department) enter their data (I have an append query to update from the form to the table).
Eventually I hope to have it as a tabbed sub-form, where I will have forms for appointments, courses, grades etc for each student.
thanks in advance and I hope this makes sense.
Irene