Hi folks, how do you take a date from a textbox on a form into an Append query and increase the date entered into the textbox by 1 day.
i.e. 26/11/2013 to append the date as 27/11/2013
This is what I have so far but not working??
Append Query
MealDate: [Forms]![FrmSwitchBoard]![txtweekend]=DateAdd("d",1,Date())
i.e. 26/11/2013 to append the date as 27/11/2013
This is what I have so far but not working??
Append Query
MealDate: [Forms]![FrmSwitchBoard]![txtweekend]=DateAdd("d",1,Date())