Ok, I have a date field in my Database, Modified_Date, which stores the date as 27/08/02 13:57:55.
If I wanted to select anything that had been changed since I last loaded, ie anything greater than 27/08/02 13:57:55 what would my SQL SELECT statement look like?
Code:
SELECT *
FROM tblTable
WHERE Modified_Date >  This is the bit I can't work out...:(
I really should know it, but can't quite get it to work...

Anyone...

Call myself a pro VB Developer...*SIGH* Bad Woka *SLAP*