G
Guest
I have a form query that returns certain records twice. The scenario that
trips me up is when two instructors share a class instead of returning two
records (ok) it returns four of course two of them are exact dupes.
If I add DISTINCT or use a group by First, it barks that the database is
read-only when editing records.
Any thoughts?
trips me up is when two instructors share a class instead of returning two
records (ok) it returns four of course two of them are exact dupes.
If I add DISTINCT or use a group by First, it barks that the database is
read-only when editing records.
Any thoughts?