Hi Pat. Curioser and curioser... The Select working tells us that the Where does not appear to be the problem at all. To me, it suggests that the Update is not in fact updatable - because of an error occurring at time of interpretation perhaps.
In your code all your date parameters are defined as VarChar strings and not dates - is this correct? I ask because although Access is very good at converting types on the fly, it could be possible that the string values are not matching the format expected for dates in SQL and causing errors. A bit of a long-shot, but one to consider.
-Stewart
In your code all your date parameters are defined as VarChar strings and not dates - is this correct? I ask because although Access is very good at converting types on the fly, it could be possible that the string values are not matching the format expected for dates in SQL and causing errors. A bit of a long-shot, but one to consider.
-Stewart
Comment