Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Select by todays date (system date) 1

Status
Not open for further replies.

JONBOY74

Technical User
Sep 11, 2001
36
US
Hi all

I'm trying to do a simple delete where statement using SQL in Access. The problem is that I want to delete everything that is not equal to todays date (system date).

delete from tableA where Input_Date <> SYSTEM DATE

How do I write system date?

HELP

THANKS

Jon
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top