I'm sorry I am not very well versed in MS Access but I do know enough to muddle my way though things. I have inherited a data base used by my employer. The original creator is long gone. I am using Access 2010 running off of a sql server. In the data base is a table called "Student" which contain all the necessary info on our students. This data base uses a form "frm_new_student_sql_new to enter student data upon the student registering and to look up info on existing students. I have been asked to add a field to this form to capture additional information. This field will be a check box (true/false) called "WIA".
Maybe a little backwards but I went into the form and created the check box with the label WIA. I noticed the check box was on the form but greyed out. I assume since there was no reference to it in the student table. I went to add the filed to the student table but was unable. There was nothing there to let me add a field. I also could not view the table in Design Mode.
I did some research on this and came up with the idea that the table may be linked and that I have to find the original source and change that. Here is the only information I could come up with.
At one time the student data base was so large that the original designer made a new one. In fact there are two student tables now. 1) called "Student" and one called "Student Old" When I called up the form "frm_new_student_sql_new" and looked at the properties I saw the Record Source was "sp_students_after_06302003" When I looked up this query I noticed in design view under the student registration date (Reg_Date) the criteria was >'6/30/2005'. I also happen to see another guery called sp_students_after_12312002. When I looked up this query in design view under Reg_Date was the criteria >'6/30/2003'.
Now the sp_students_after_12312002 in design view shows the "student" table selected with "all columns" checked and only the Reg_Date and the criteria listed as explained above. In the sp_students_after_06302003 query in design view it too shows the "Student" table but has all the fields checked and in the box below all the fields are listed as well with the Reg_Date having the above mentioned criteria. In both queries the output box is checked for all fields.
Additionally I did an advanced toggle filter search using the "Student' Table on a student that was listed in the "Student Old" data base and that student appeared. This leads me to believe that the query is used to located student from the older student data base or so I assume. What throws me here too is the criteria in the sp_students_after_06302003 query shows > 6/30/05 and the one for sp_students_after_12312002 show 6/30/2003.
So I am assuming the Student table is linked by the query. Having said that how do I add the field to the student data base? What am I missing? I am totally stumped at the moment so any info would be greatly appreciated.![]()