Results 1 to 4 of 4

Thread: Access Vba

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    Access Vba

    Guys,

    How do I check in Access VBA whether an object has been initialized?

  2. #2
    Helger
    Guest
    maybe isnothing(object)?

    Helger

  3. #3

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950
    that function isn't available.

  4. #4
    Helger
    Guest
    oh sorry i forgot: that is inconsistent. the correct syntax is

    object is nothing

    VB Code:
    1. If obj Is Nothing Then Debug.Print "nothing"

    Helger

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width