|
-
Feb 1st, 2006, 08:29 AM
#1
Thread Starter
Hyperactive Member
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
-
Feb 1st, 2006, 08:34 AM
#2
Re: How do I replace #Error with somehting else
Can't you just error trap it with an On Error Goto?
-
Feb 1st, 2006, 08:45 AM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|