G
Guest
I have a table that had 30 records but now has only 1. When I try to identify the 'Max' value of the primary key in the table the recordset returns 30 even though when I check the table there is only one. Oddly enough, when I create a query in Access to return the 'Max' value it returns the correct result?! The code I'm using is
SELECT Max(MyTable.MyField) AS MaxOfMyField FROM MyTabl
The primary key type is 'Number
SELECT Max(MyTable.MyField) AS MaxOfMyField FROM MyTabl
The primary key type is 'Number