I know that I have seen this on the forum prior - but, I just can't find it.I have a Form with a Combo Box (Student Name) and two Date/Time fields (Beginning Date and Ending Date) with all data stored on a Table (tbl_StudentGrades). The Form calls a Query (qry_GradesByStudent) based on the Student Name, Beginning Date and End Date selected to show grades for a date range.
Here is what baffles me: The process works perfectly! A resulting Datasheet shows everything correctly. However, each time the query runs, it ADDS a new "blank" record to the (tbl_StudentGrades) for the (Student Name) selected?!? I would love to turn this into a Report based on the Query results,...but, I'm still in the learning-curve.
Info
Pop Up - Yes
Modal - No
Default View - Single Form
Data Entry - No
Cycle - Current record
Nothing else has been modified.
I greatly appreciate any/all input on this!
Thx.