Hi all,
I need to lock records where the order date is more than three days old. I know I can do that with the OnCurrent event, setting it to Me.AllowEdits = False when needed.
The problem with Me.AllowEdits = False is that the button/controls cannot receive other updates or instruction, example: if the record is locked down with Me.AllowEdits = False then I can't use Me.MyCmdButton.Visible = false...this is what I need...to be able to lock down the data updating part of the form and still allow controls to respond to the likes of Me.MyCmdButton.Visible = false.
Hope I explained that OK
Thanks for any help
I need to lock records where the order date is more than three days old. I know I can do that with the OnCurrent event, setting it to Me.AllowEdits = False when needed.
The problem with Me.AllowEdits = False is that the button/controls cannot receive other updates or instruction, example: if the record is locked down with Me.AllowEdits = False then I can't use Me.MyCmdButton.Visible = false...this is what I need...to be able to lock down the data updating part of the form and still allow controls to respond to the likes of Me.MyCmdButton.Visible = false.
Hope I explained that OK
Thanks for any help