What could be causing a syntax error in the following select. It was working fine until I added the start_date < checkdate. Both fields are date fields.
checkdate = cpermiss.user_date
this.rowsource = "select carrier, priority, start_date ;
stop_date from insrec ;
where insrec.account == ;
thisform.txt_acct.value ;
and start_date < checkdate ;
order by priority into cursor cinsrec"
Thanks
checkdate = cpermiss.user_date
this.rowsource = "select carrier, priority, start_date ;
stop_date from insrec ;
where insrec.account == ;
thisform.txt_acct.value ;
and start_date < checkdate ;
order by priority into cursor cinsrec"
Thanks