Thread: double quo
View Single Post
  #1  
Old October 5th, 2006, 04:40 AM posted to microsoft.public.access.forms,microsoft.public.access.formscoding,microsoft.public.access.modulesdaovba,microsoft.public.access.reports
00KobeBrian
external usenet poster
 
Posts: 77
Default double quo

I tried to write the following code in a module:

If temp_word """ Then

End If

But given syntax error. I want to check if the temp_word is equal to a
double quotation mark. How can I achieve this? Thanks.