Monthly Archives: September 2008

DCount – “You canceled the Previous Operation” error

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 [...]
Posted in General | Comments closed