J
Jacquiemal
I have a form that feeds a table with data. One of the fields in the form
(ApprovalPeriod2) calculates a date one year ahead of one that is entered in
another field (ApprovalPeriod1). Both of those fields are text boxes because
the expression
(=DateSerial(Year([ApprovalPeriod1]),Month([ApprovalPeriod1])+12,Day([ApprovalPeriod1]))
only works with a date that is manually entered rather than selected from a
pop-up calendar. My problem is the calculation only seems to work
automatically (optimal for users) with the expression as the Control Source.
This means the resulting date in the ApprovalPeriod2 text box does not
populate the corresponding field in the underlying table. Can someone help,
please? Thanks!
(ApprovalPeriod2) calculates a date one year ahead of one that is entered in
another field (ApprovalPeriod1). Both of those fields are text boxes because
the expression
(=DateSerial(Year([ApprovalPeriod1]),Month([ApprovalPeriod1])+12,Day([ApprovalPeriod1]))
only works with a date that is manually entered rather than selected from a
pop-up calendar. My problem is the calculation only seems to work
automatically (optimal for users) with the expression as the Control Source.
This means the resulting date in the ApprovalPeriod2 text box does not
populate the corresponding field in the underlying table. Can someone help,
please? Thanks!