LittleSmudge
Programmer
But I'm not using Transactions !
I have a fairly simple Front end database connected a MySQL back end.
Connection via ODBC
Some ADO recordsets for populating forms and writing data
and PassThrough queries for other things like populating combo box rowsources etc.
This has been working fine. It has just started playing up and I can't find out what has changed.
It occurs following a combo box AfterUpdate event.
The code in this event causes the SQL string in a PassThrough query to be edited with the data from the combo box.
This Pass through query is the RowSource of another combo.
( Thus I control the contents of the second combo based on the value selected in the first. )
Any idea what the problem is and why it has only recently started ?
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.
I have a fairly simple Front end database connected a MySQL back end.
Connection via ODBC
Some ADO recordsets for populating forms and writing data
and PassThrough queries for other things like populating combo box rowsources etc.
This has been working fine. It has just started playing up and I can't find out what has changed.
It occurs following a combo box AfterUpdate event.
The code in this event causes the SQL string in a PassThrough query to be edited with the data from the combo box.
This Pass through query is the RowSource of another combo.
( Thus I control the contents of the second combo based on the value selected in the first. )
Any idea what the problem is and why it has only recently started ?
G LS
spsinkNOJUNK@yahoo.co.uk
Remove the NOJUNK to use.