Well. Is this a program that you have written yourself? or is it mostly code you have copied from somewhere??? Records don't automatically do anything - you have to write code to make stuff happen.
What kind of database do you have? Do you mean to say you are working with DBase? or is that just an abbreviation for database? Are you using Access? or Sql Server? or Oracle? Or?
Please show us a little of your database access code if you would like some help.
Generally, in VB6 you will use ADODB for your data access code. This provides a more or less object oriented way to access databases. ADODB is relatively straight forward, and I assume you must already be using it as this is by far the most common methodology for database access in VB6.
So... it is time for you to be a little more specific in your question, and give us some details about what you are trying to do.
Woody Z
http://www.learntoprogramnow.com