I use an Old Access DataBase,
which has a Date field with space and a quote in the field name.
I use ColdFusion language as Dynamic Server.
Field name is : "date d'entrée",
1 space, 1 quote, 1 accentuated character.
In my SQL, I used [date d'entrée],
update employes
[date d'entrée]=#createODBCdate(form.ar_date)#
where [emp_id]=#get_last_rec.max_emp_id#
and I have an error on the Date update.
If I use a simple field name, I do not have that error.
But I must use this field name.(for the moment)
Thanks for any help to tell me how to point on this type of field name
via SQL.
Pierre.