G
Guest
Using ODBC to a SQL database I use the code;
Label1.Caption = record_rst.AbsolutePosition & " of " &
record_rst.RecordCount giving '4 of 256' for example. My problem, I am now
connecting to an MS Access database and it is returning ... '-1 of 256' any
suggestions
Label1.Caption = record_rst.AbsolutePosition & " of " &
record_rst.RecordCount giving '4 of 256' for example. My problem, I am now
connecting to an MS Access database and it is returning ... '-1 of 256' any
suggestions