Stemdriller
Registered User.
- Local time
- Today, 22:24
- Joined
- May 29, 2008
- Messages
- 187
Hi everyone.
A subform has a TextBox called 'PlannedStartDate' bound to table tblCSP
The main form (frm_ContractHeader) has a DateRequired Field.
On the subform, if I puts it's default value as =DateAdd("d",-33,[Forms]![frm_Contractheader]![DateRequired]) then the textbox is blank.
If I make the 'Control Source' =DateAdd("d",-33,[Forms]![frm_Contractheader]![DateRequired]) then the correct date appears in the text box, but will not add an entry into the field in the table.
Can someone offer any light?
Thanks
Gareth
A subform has a TextBox called 'PlannedStartDate' bound to table tblCSP
The main form (frm_ContractHeader) has a DateRequired Field.
On the subform, if I puts it's default value as =DateAdd("d",-33,[Forms]![frm_Contractheader]![DateRequired]) then the textbox is blank.
If I make the 'Control Source' =DateAdd("d",-33,[Forms]![frm_Contractheader]![DateRequired]) then the correct date appears in the text box, but will not add an entry into the field in the table.
Can someone offer any light?
Thanks
Gareth