It's alongtime since I've posted anything on here...
Well, I'll get to the point. I've got a recordset, that I want to display the results only with the current date;
SELECT *
FROM CopyArchive
WHERE CopyDate = CurrentDate
ORDER BY CopyTime DESC
Is there a Runtime value that I have to insert, or am I going about things the wrong way...
Well, I'll get to the point. I've got a recordset, that I want to display the results only with the current date;
SELECT *
FROM CopyArchive
WHERE CopyDate = CurrentDate
ORDER BY CopyTime DESC
Is there a Runtime value that I have to insert, or am I going about things the wrong way...