C
Cameron
Have a process that is cleaning a table that gets populated and then later
deleted to recieve the next population. But for some strange reason I am
getting this error. is there a way to code in exclusive access to this table
so that I do not get this error?
Call SysCmd(acSysCmdSetStatus, "Cleaning Radar participation data")
' step 9, Add RDR data tbl 13
sqlStr = "Delete Radar.* FROM Radar WHERE (format(Radar.RadarDate,
'YYYY')) < " & responce
db.Execute sqlStr
frm.Controls("progressbar").Width = (9 / 13) * 4320
frm.Controls("progressValue") = 9 / 13
frm.Repaint
DoEvents
deleted to recieve the next population. But for some strange reason I am
getting this error. is there a way to code in exclusive access to this table
so that I do not get this error?
Call SysCmd(acSysCmdSetStatus, "Cleaning Radar participation data")
' step 9, Add RDR data tbl 13
sqlStr = "Delete Radar.* FROM Radar WHERE (format(Radar.RadarDate,
'YYYY')) < " & responce
db.Execute sqlStr
frm.Controls("progressbar").Width = (9 / 13) * 4320
frm.Controls("progressValue") = 9 / 13
frm.Repaint
DoEvents