IsDate function

T

twen

Does the IsDate work in Access like not the project one the other one?
Because I used a Not IsDate(textbox) and Not IsNull(textbox)_beforeupdate and
well its def not going to it. or something any ideas? I may not have been
specific enough with my version, but it uses the jet engine.
 
A

Allen Browne

The IsDate(textbox) part looks fine, but the IsNull(textbox)_BeforeUpdate
looks suspect.
 
Top