August 2nd, 1999, 09:33 AM
I have a microsoft Access table that Ive created a user interface in VB for, I have a horizontal scroll bar to click through the records individually but i cant figure out how to print out a record count similar to the one in Access where it will say 1 out of 30 for example, then 2 out of 30 etc. etc., can anyone help me figure out how to translate the record count from the access table to the VB interface or how to create code in VB to calculate the current record and total records then display that information on the form.