Really really quick tip
It seems that if you use dashes (-) in your field names for any table, and try to run functions on them in VBA like “DCount()”, you’ll keep encountering a Run-Time Error ‘2001′ “You canceled the previous operation”.
My recommendation: get rid of dashes and underscores in your table field names.
Edit: You will [...]
DCount – “You canceled the Previous Operation” error