T
Tomba
Guest
I'm sort of getting desperate here with this query
I really hope someone can help me out...
I made an insert query in my table LID, and it works perfectly... (unless Date() doesn't seem to fill something into a date field.. if anyone knows why...
)
But then I also made an update query on that table, but unfortunately that doesn't work
I get this error:
the field (text(50) ) on which the error comes is not a autonumber field,
but in fact the first I update (located after my autonumbered index field)
Cannot update <field name>; field not updatable. (Error 3113)
the explanation in the help files means few to me
so can anyone guess what the problem may be and how I could resolve it?
thanks a lot!
I really hope someone can help me out...
I made an insert query in my table LID, and it works perfectly... (unless Date() doesn't seem to fill something into a date field.. if anyone knows why...
But then I also made an update query on that table, but unfortunately that doesn't work
I get this error:
the field (text(50) ) on which the error comes is not a autonumber field,
but in fact the first I update (located after my autonumbered index field)
Cannot update <field name>; field not updatable. (Error 3113)
the explanation in the help files means few to me
so can anyone guess what the problem may be and how I could resolve it?
thanks a lot!