GarstonMassive
Programmer
Hi I'm working with A97 and am finding that an update query that I'm trying to run is very tempremental in that sometimes it works, other times it doesn't! The query is a very basic one invloving no WHERE clause and is along the lines:
UPDATE tblTest SET fldField1 = 'Hello World'
I run this query when a recordset based on that table is ALWAYS open. Could this be having an effect? Should I close the recordset?
Has anyone got any ideas?
UPDATE tblTest SET fldField1 = 'Hello World'
I run this query when a recordset based on that table is ALWAYS open. Could this be having an effect? Should I close the recordset?
Has anyone got any ideas?