Hi All
Could anyboby tell me how to disallow edits and still have an OnClick value event...
I have a form which has a date field which when "OnClicked" auto-populates with the current date whether intentional or accidental.
I have tried disallowing edits in the form properties and this code...
if not isnull(me!id.value) then
Me.AllowEdits = false
end if
but the field still auto-pupoluates. Is there a way to retain the OnClick and disable editing?
Thanks for your time.
Could anyboby tell me how to disallow edits and still have an OnClick value event...
I have a form which has a date field which when "OnClicked" auto-populates with the current date whether intentional or accidental.
I have tried disallowing edits in the form properties and this code...
if not isnull(me!id.value) then
Me.AllowEdits = false
end if
but the field still auto-pupoluates. Is there a way to retain the OnClick and disable editing?
Thanks for your time.