C
Chris K
I have a conditional quit as first line in Form Load - but instead of
quitting (the condition is most definitely true) the code is generating an
error in Form_Current event - how is it getting that far????
Private Sub Form_Load()
If Date - DateValue(Version.Caption) > 5 Then DoCmd.Quit
This is second incident of it seemingly ignoring Form Load event - it's
starting to freak me out - what could be wrong?
quitting (the condition is most definitely true) the code is generating an
error in Form_Current event - how is it getting that far????
Private Sub Form_Load()
If Date - DateValue(Version.Caption) > 5 Then DoCmd.Quit
This is second incident of it seemingly ignoring Form Load event - it's
starting to freak me out - what could be wrong?