Record Count

  • Thread starter Thread starter Alan Hood
  • Start date Start date
A

Alan Hood

I have an access database that I am using with VB. Some of the tables seem
to support bookmarks and return a record count in VB and other tables in
the same database do not. Can anybody tell me how to change these?


Many thanks

Alan Hood

--
Please note my new default e-mail address - (e-mail address removed)
This should be used in all further communications.

Alan Hood MSc.
Hood Associates
Unit 11
Carlton Business & Technology Center
Nottingham
NG4 3AT

Telephone 0115 987 1463
 
I don't think it's the tables as much as the recordset
connections you're making to them. Depending on your
connection type Dynaset, etc. You may or may not have
bookmark functionality.
 
Back
Top