Lifeseeker
Registered User.
- Local time
- Today, 14:43
- Joined
- Mar 18, 2011
- Messages
- 273
Hi,
I have a sample database set up in access 2007 and please see the attached.
There is VBA code behind ED_disposition field in the after update event.
When I change its value, I keep getting a run-time error "2113", saying the value you entered isn't valid for this field.
I am not sure what my problem is. Does this have to do with table level look up again?
Also, is it legitimate to write 3 if statements the way I did in the code? They are basically 3 scenario checks.
Thank you
I have a sample database set up in access 2007 and please see the attached.
There is VBA code behind ED_disposition field in the after update event.
When I change its value, I keep getting a run-time error "2113", saying the value you entered isn't valid for this field.
I am not sure what my problem is. Does this have to do with table level look up again?
Also, is it legitimate to write 3 if statements the way I did in the code? They are basically 3 scenario checks.
Thank you