I really appreciate all the help, I know that I am really new to Access (2010) and Queries especially are hard for me to understand.
I am attempting to pull information from the course taken TABLE/FORM and fill the information to the exact same fields on the practicum TABLE/FORM.
More relevant information: The course form is a split form that contains courses available. if the course is a "capstone" you select the CHECKBOX for it hence Practicum = 3. the Practicum form opens off the course form via cmdbutton I want the Term,Year,Grade fields (the only ones that are the same) to fill from the information on the course form/table but there are also more fields that need to be filled on this form that is unique to the Practicum course.
I was given these instructions but do not really understand what I am supposed to do.
1. Open the query builder.
2. Add the tables and/or queries you want to select from.
3. Draw join lines to connect the PKs to the FKs.
4. Select the columns you need from each table/query.
5. Name the query and save it.
6. Change the RecordSource of the form to the new query.
7. All the columns in the query will be available for selection as ControlSources for the controls so you can bind the controls to the RecordSource.
1. Ok this I do know how to do
2. Do I need to open both tables? Courses and Practicum?
3. I think PK (primary key) and FK (fill Key)? OK I think you are saying: In Courses (main form) select "Term,Year,Grade" fields and draw lines to the Practicum (secondary table) to the same fields?
4. This would be down below on the query form correct? so Term,Year,Grade (but from which table?)
this is what I did.
5. easy enough
6. So I thought i knew how to do this but ..... would be the record source (on the Property Sheet) for the Practicum form? when I do this it does not allow me to fill the other unique fields on the Practicum form.
7. Is that the control source for the TYG fields on the form property sheet? and then as for the bind controls to the recordsourse I am entirelly lost
I know I am doing something wrong as it is not working.
I am attempting to pull information from the course taken TABLE/FORM and fill the information to the exact same fields on the practicum TABLE/FORM.
More relevant information: The course form is a split form that contains courses available. if the course is a "capstone" you select the CHECKBOX for it hence Practicum = 3. the Practicum form opens off the course form via cmdbutton I want the Term,Year,Grade fields (the only ones that are the same) to fill from the information on the course form/table but there are also more fields that need to be filled on this form that is unique to the Practicum course.
I was given these instructions but do not really understand what I am supposed to do.
1. Open the query builder.
2. Add the tables and/or queries you want to select from.
3. Draw join lines to connect the PKs to the FKs.
4. Select the columns you need from each table/query.
5. Name the query and save it.
6. Change the RecordSource of the form to the new query.
7. All the columns in the query will be available for selection as ControlSources for the controls so you can bind the controls to the RecordSource.
1. Ok this I do know how to do
2. Do I need to open both tables? Courses and Practicum?
3. I think PK (primary key) and FK (fill Key)? OK I think you are saying: In Courses (main form) select "Term,Year,Grade" fields and draw lines to the Practicum (secondary table) to the same fields?
4. This would be down below on the query form correct? so Term,Year,Grade (but from which table?)
this is what I did.5. easy enough
6. So I thought i knew how to do this but ..... would be the record source (on the Property Sheet) for the Practicum form? when I do this it does not allow me to fill the other unique fields on the Practicum form.
7. Is that the control source for the TYG fields on the form property sheet? and then as for the bind controls to the recordsourse I am entirelly lost
I know I am doing something wrong as it is not working.
Last edited: