Results 1 to 3 of 3

Thread: How do I replace #Error with somehting else

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Posts
    484

    How do I replace #Error with somehting else

    Dear all,

    I am getting #Error on one of the form on my Access form, I know the reason, but i can't force the user to do something that I want, and I am getting #Error, I just want to replace it with something else, how do I do that?

    PlayKid

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How do I replace #Error with somehting else

    Can't you just error trap it with an On Error Goto?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2004
    Posts
    484

    Re: How do I replace #Error with somehting else

    Oh....sorry, my mistake, not on VBA, but on the actual Access form, I am using an argument something like this:

    =IIf(IsError(Date = ""), "Insufficient Information")

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