FindFirst criteria

irade92

Registered User.
Local time
Today, 23:47
Joined
Dec 26, 2010
Messages
229
Hello
can anybody tell me what is wrong with this criteria...
RecSet.FindFirst ("[SomeField] = '" & mMESTO & "'") and ([CheckField] = True)

Thanks
 
The last double quote needs to move to the very end. Personally I'd drop the parentheses, but that's more of a style thing.
 
The last double quote needs to move to the very end. Personally I'd drop the parentheses, but that's more of a style thing.

Thanks a lot pbaldy
 
No problemo.

Hi pbaldy
I have a special question for you:
I use a form to view Web page. After entering email and password (see pic2) I get result as in Pict 3 (blank form with headline Share Point) instead of full Web page as in ( see pic 1 )
How to solve it
Thanks
 

Attachments

  • Pic1.gif
    Pic1.gif
    51.6 KB · Views: 114
  • Pic2.gif
    Pic2.gif
    31.8 KB · Views: 113
  • pic3.gif
    pic3.gif
    33.7 KB · Views: 111
Sorry, I don't know offhand. Since this is a different topic, I'd start a new thread on it.
 

Users who are viewing this thread

Back
Top Bottom