I have a query that I want to actually populate a table with information. This database is a contact database that has classes that the contacts / students will attend. I think the AttendanceID should be a new record because each contact can attend a class. Each contact can attend many classes and each class can have many students.
Initially, I tried to do this with a DLookup function but someone (on here) told me to change it a query. I did this but when I run the query (QRYAttendance) it give me a "Type mismatch in expression".
I really don't care how I do this - I just want it to work reliably.
Thanks in advance!
Initially, I tried to do this with a DLookup function but someone (on here) told me to change it a query. I did this but when I run the query (QRYAttendance) it give me a "Type mismatch in expression".
I really don't care how I do this - I just want it to work reliably.
Thanks in advance!