On Dec 18, 9:17 pm, Joe <j...@[EMAIL PROTECTED]
> wrote:
> > All programmers worth their salt start counting from 0. The more
> > experienced a programmer you become, the more you'll understand why.
>
> Ok, do you have a way to tell when I database has 0 records in. That way
> I would be able to tell the program what to do. That way I could avoid
> all these crashes
You maintain a variable that has a count of how many records exist.
For example, "NumRecords".


|