new question

  • Thread starter Thread starter Jimmy
  • Start date Start date
J

Jimmy

hi again all,

well, i've started over. I made the db much simpler and now the form works
great. the only problem i have left is that i need to spell check all but 4
fields. I figured out how to do all of the fields, and just one of the
fields, now i need to know how to do all but 4.

i wouldn't mind doing each field individualy if it didn't bring up that
"spell check is complete" window after each field... so if i could just
supress that...


any help would be appriciated

jimmy
 
Jimmy said:
hi again all,

well, i've started over. I made the db much simpler and now the form works
great. the only problem i have left is that i need to spell check all but 4
fields. I figured out how to do all of the fields, and just one of the
fields, now i need to know how to do all but 4.

i wouldn't mind doing each field individualy if it didn't bring up that
"spell check is complete" window after each field... so if i could just
supress that...

http://groups.google.com/[email protected]&rnum=1

Looks Like:
DoCmd.SetWarnings False

Turns off the completion dialog
 
Back
Top