I have a form with several date calculation.
As follows:
ContractStart- manually entered
ExpiryDate - Selected from a calendar according to the contract time
ReferBackDate - = DateAdd ("d", -180,[ExpiryDate])
ProposedNewStartDate - = DateAdd ("d",+1,[ExpiryDate])
All work fine except the ReferBackDate doesn't show up in the box unless you click on it and then on exiting the form it disappears until clicked again.
All properties look the same for each calculated date.
What could cause this.
Any help would be appreciated.
As follows:
ContractStart- manually entered
ExpiryDate - Selected from a calendar according to the contract time
ReferBackDate - = DateAdd ("d", -180,[ExpiryDate])
ProposedNewStartDate - = DateAdd ("d",+1,[ExpiryDate])
All work fine except the ReferBackDate doesn't show up in the box unless you click on it and then on exiting the form it disappears until clicked again.
All properties look the same for each calculated date.
What could cause this.
Any help would be appreciated.