audit trail

  • Thread starter Thread starter 5361011
  • Start date Start date
5

5361011

I am trying to use Allen Browne audit trail, I got it to work with a practice
data base, however when I tried using it in the main data base it did not
work. The only thing I see diffrent is the the table name has a space in it
(N12 mdb). My question is does the space make a diffrence. if so is there an
easy way to make this work without changing the name of the data base. Thanks
in advance Ed
 
Yes, the space does make a difference. Try using Square Brackets [ ] arounf
the table name like:

[Table Name]
 
Back
Top