Thanks TB,
I have more then one table in my report, do i still use the code you provided, and add the others table, eg:
SELECT TOP 1 BloodPressureID, TodayDate, BloodPressure, feildTable1, ,,,more feilds
FROM tblBloodPressure , tblTables1, tblTable2
ORDER BY BloodPressureID DESC;
...