CptCrusty1
Programmer
I have an SQL STatement, save in three strings (sqlSelect, sqlFrom, sqlWhere) which I concatenate in a DoCmd.RunSql statement. If I were using QBE, I would right-click and reset the time out to a higher number. I know my issue is sheer volumen of records, so how do I change the time out in code? Here's my docmd.....:
DoCmd.RunSQL sqlNatSelect & " " & sqlNatFrom & " " & sqlNatWhere
Thanks in Advance.
RK
DoCmd.RunSQL sqlNatSelect & " " & sqlNatFrom & " " & sqlNatWhere
Thanks in Advance.
RK