TypeAsUGo Error

  • Thread starter Thread starter Bandit
  • Start date Start date
B

Bandit

I went back to my search form, deleted all and started over from scratch.
When I went to the code window and ran the debug, I get the following error
msg. Complie Error; Duplicate Optiion Statement.

Then it automatically highlights the Option Compare Database statement which
is the first line under "Documentation:
http://allenbrowne.com/AppFindAsUType.html". Should I just delete this
statement.

Thanks
 
If you have 2 lines at the top of your module that read:
Option Compare ...
then yes: delete one of them.
 
Back
Top