Records question

  • Thread starter Thread starter Rpettis31
  • Start date Start date
R

Rpettis31

I have the following code in a new database to list records on form current.
How do I use this code when there are no records as this is a new database.
Me.Dynaset.MoveLast
Me.txtRecordTotal = Me.Dynaset.RecordCount
 
Consider using the Nz() function to return a 0.

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Back
Top