J
Joan
Hi,
I seem to have forgotten how to handle a situation on a data entry form. I
have a textbox, Me.[Delivery Date] that is based on a calculation using a
value in the Me.[Whelped Date] textbox. The expression is : =[Whelped
Date]+63-Weekday([Whelped Date]+56,5). Currently, I have the Control source
of Me.[Delivery Date] equal to this expression.
The problem is the user wants to be able to edit the amount that is
automatically entered in the Me.[Delivery Date] control as once in a great
while they must change this date from what is actually calculated. I realize
that one must not store calculated data in a table. Therefore, how do I go
about making this control editable and still keep track of what the
[Delivery Date] value is if it is edited on the form but the value is not
recorded in a table?
Would appreciate any suggestions or advice on this problem.
Thanks,
Joan
I seem to have forgotten how to handle a situation on a data entry form. I
have a textbox, Me.[Delivery Date] that is based on a calculation using a
value in the Me.[Whelped Date] textbox. The expression is : =[Whelped
Date]+63-Weekday([Whelped Date]+56,5). Currently, I have the Control source
of Me.[Delivery Date] equal to this expression.
The problem is the user wants to be able to edit the amount that is
automatically entered in the Me.[Delivery Date] control as once in a great
while they must change this date from what is actually calculated. I realize
that one must not store calculated data in a table. Therefore, how do I go
about making this control editable and still keep track of what the
[Delivery Date] value is if it is edited on the form but the value is not
recorded in a table?
Would appreciate any suggestions or advice on this problem.
Thanks,
Joan