G
Guest
Hi can anyone help me with a query
I have a table with a date field looks like
Date Name
200403 John
200403 Sally
200403 Dave
200404 John
200404 Sally
200404 Dave
200404 Steve
How can I select all records excluding the new record
added - ie steve.
So I would like to return
Date Name
200403 John
200403 Sally
200403 Dave
200404 John
200404 Sally
200404 Dave
as my recordset, by passinging in 2 dates 200403 and 200404
TIA
I have a table with a date field looks like
Date Name
200403 John
200403 Sally
200403 Dave
200404 John
200404 Sally
200404 Dave
200404 Steve
How can I select all records excluding the new record
added - ie steve.
So I would like to return
Date Name
200403 John
200403 Sally
200403 Dave
200404 John
200404 Sally
200404 Dave
as my recordset, by passinging in 2 dates 200403 and 200404
TIA