I know how to get the RecordCount of a Access table in vb6, but is there a way to get the RecordCount of a specific field only within that table?
I have three fields within the table (machine, device and misc). Just doing the basic .RecordCount command will return the record count for just the first field (machine). How do I specify that I want the record count of the 2nd or 3rd field?
I have three fields within the table (machine, device and misc). Just doing the basic .RecordCount command will return the record count for just the first field (machine). How do I specify that I want the record count of the 2nd or 3rd field?