I apologize but I have only written a handful of code - can you please be a
little more specific, actually VERY specific with exact code- I see the logic
just want to be able to dot I's and cross t's. thanks again.
I sometimes get paid for this, but
Form /Properties/ OnCurrent / Builder ... (Event Proc)
Private Sub Form_Current()
If Time() < 21600 Then ' 21600 secconds = 6:00 AM
If Me.CriteriaField.Value = True Then ' I Assume a Yes/no Field is Used
to Flag the Record, a bit limited info available on that
Me.EnableEdit = False
Else
Me.EnableEdit = True
End If
Else
Me.EnableEdit = True
End If
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.