sqlstr = "SELECT * FROM 06JobSchedule"
rs.Open sqlstr, Cnxn, adOpenStatic, adLockReadOnly, adCmdText
Why these statements gets an error( 06JobSchedule is a quey). And if change 06JobSchedule by Shedule(which is a table), it works! Is it to say that I cannot select on queries and only in...