No save after 1 year

  • Thread starter Thread starter Bob Vance
  • Start date Start date
B

Bob Vance

Some where in my code I have some code behind my form that wont let you edit
any data once its over 1 year old,
Can someone give me some indication what would be written in the code so I
can find it!
 
Oops found it :)

Else
nTotalDays = 365
End If

If dtDiff > nTotalDays Then
cmdClose.SetFocus
subLockControls False, True
bLockFlag = True
Else
subLockControls True, False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top