J
|
Jane 6/14/2006 |
Hi, select [field1], [field2], [field3] from [table1] where [field3]>Now()
|
|
500390 6/14/2006 |
Perfect! Thanks, Jane. I used "Where Date >=Now()" Hi, edit your SQL query on the Edit SQL query tab. Here is an example of SQL query: where field1, field2 and field3 are your actual field names, table1 is your actual table name. |