M
Michael
This is what I am attempting to do:
I have a field called [PayDenyReturn] which can hold
either a "P","D","R",or Null value. There is a
[PaidDate] field which must be populated if it is a P,
and a [DenyDate] field if it is denied or returned. To
keep people from entering in the date in the wrong box I
have it so that if [PayDenyReturn] = "P" then the
[DenyDate] field is not enabled, and for [PayDenyReturn]
= "D" the [PayDate] is not enabled. When [PayDenyReturn]
= Null both fields are not enabled.
Is there a way to be able to go from the null field with
both not enabled to entering a value in [PayDenyReturn]
and having only the one box not enabled without having to
leave the record to save it?
I have tried to refresh, repaint, and others on OnDirty,
OnUpdate, OnChange, etc... and nothing seems to work.
Any help would be GREAT!
I am using Access 2002.
-Michael
I have a field called [PayDenyReturn] which can hold
either a "P","D","R",or Null value. There is a
[PaidDate] field which must be populated if it is a P,
and a [DenyDate] field if it is denied or returned. To
keep people from entering in the date in the wrong box I
have it so that if [PayDenyReturn] = "P" then the
[DenyDate] field is not enabled, and for [PayDenyReturn]
= "D" the [PayDate] is not enabled. When [PayDenyReturn]
= Null both fields are not enabled.
Is there a way to be able to go from the null field with
both not enabled to entering a value in [PayDenyReturn]
and having only the one box not enabled without having to
leave the record to save it?
I have tried to refresh, repaint, and others on OnDirty,
OnUpdate, OnChange, etc... and nothing seems to work.
Any help would be GREAT!
I am using Access 2002.
-Michael