[AccessD] Record # of Qty

Heenan, Lambert Lambert.Heenan at AIG.com
Tue Jul 1 14:02:57 CDT 2003


In the form's Load event...

Me.RecorsetClone.MoveLast

and in the form's Current event

txtRecordInfo = CurrentRecord & " of " & Me.RecordsetClone.RecordCount

where txtRecordInfo is the textbox that displays the information.


> -----Original Message-----
> From:	John Clark [SMTP:John.Clark at niagaracounty.com]
> Sent:	Tuesday, July 01, 2003 2:36 PM
> To:	accessd at databaseadvisors.com
> Subject:	[AccessD] Record # of Qty
> 
> I created my own set of navigation buttons for some of my forms, but
> they are missing the "record # of HowMany" line, which I think is
> necessary...or at least preferable...in many of my forms. I seem to
> remember doing this in the past, but I am unable to find any examples.
> Does anybody have any sample code for this?
> 
> This should be easy, but I am just not getting it!
> 
> John W Clark
> 
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com


More information about the AccessD mailing list