Call recordset(rsupdate, cnuser, "SELECT Expired,vali FROM reser where condi = 'محجوز'and vali = Systemdate)
Please Correct this
Call recordset(rsupdate, cnuser, "SELECT Expired,vali FROM reser where condi = 'محجوز'and vali = Systemdate)
Please Correct this
What is Systemdate? Are you wanting the current date?
Try:
"SELECT Expired,vali FROM reser where condi = 'محجوز' and vali =#" & Date() & "#"
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.