B
Badger04
Hi All
When I'm trying to run an Access application I'm getting an error message :
Object variable or With block variable not set
Bit it's falling over is ;
'And run the query to produce a recordset
Set qdf = db.CreateQueryDef("")
With qdf
.SQL = strSQL
Set rec = .OpenRecordset()
End With
Your help would be very much appreciated
Badger
When I'm trying to run an Access application I'm getting an error message :
Object variable or With block variable not set
Bit it's falling over is ;
'And run the query to produce a recordset
Set qdf = db.CreateQueryDef("")
With qdf
.SQL = strSQL
Set rec = .OpenRecordset()
End With
Your help would be very much appreciated
Badger