
What error message were you getting?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
UPDATE family SET F17 = CDate(bday) Where id = 1;
What error message were you getting?
Hi Thomas, I see no fault in the SQL query you share, as long as:
Notify us of any news
It appears to me that F17 is a cell reference in an Excel worksheet. If you imported a worksheet into a table and Access, and didn't rename that reference to a valid name, perhaps this could work. However, if this is a linked table in an Excel worksheet, it is not updateable.
Another potential problem is the value of bday. Where does that come from? How is it defined for this Update? I assume that this is the SQL from a query and not a string in VBA?
Thanks for providing sufficient information to allow us to offer useful suggestions.