Results 1 to 2 of 2
  1. #1
    dongodu is offline Novice
    Windows XP Access 2003
    Join Date
    May 2011
    Posts
    11

    Verify this Query

    Call recordset(rsupdate, cnuser, "SELECT Expired,vali FROM reser where condi = 'محجوز'and vali = Systemdate)
    Please Correct this

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,625
    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.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Verify This Error
    By dongodu in forum Queries
    Replies: 3
    Last Post: 05-30-2011, 07:19 AM
  2. Need to verify this church database design
    By carl in forum Database Design
    Replies: 3
    Last Post: 03-05-2011, 12:26 AM
  3. Verify state field
    By pwmichaelsr in forum Access
    Replies: 5
    Last Post: 08-16-2010, 12:49 PM
  4. Verify CSV Field Names Before Importing
    By johnson in forum Import/Export Data
    Replies: 2
    Last Post: 01-26-2010, 06:53 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums