Hi
Can anyone help me please?
I have the following expression in a make table query to return the required date. However, when the date is inserted into the table, the data type becomes binary which means I cannot append it to a field in an existing table which has a DateTime data type.
Ch2: DateDiff("d",[PeriodEnd],[ResEndDate])
I can see from some posts that I may be able to do something with 'PARAMETERS' in the expressions but I can't figure out what to put where.
Thanks in advance for any help.
Can anyone help me please?
I have the following expression in a make table query to return the required date. However, when the date is inserted into the table, the data type becomes binary which means I cannot append it to a field in an existing table which has a DateTime data type.
Ch2: DateDiff("d",[PeriodEnd],[ResEndDate])
I can see from some posts that I may be able to do something with 'PARAMETERS' in the expressions but I can't figure out what to put where.
Thanks in advance for any help.