Subject: Display the current record in textbox (form)
Posted By: Vassala Post Date: 10/21/2006 11:37:04 AM
Hi,

I wold like to display the current record position in a form.

Is there a expression, command or so that could show that in a textbox?

I could swear that in the past I used something like Recno()...

Tanx

Reply By: mmcdonal Reply Date: 10/24/2006 2:18:22 PM
Sub CurrentFormRecord(frm As Form)
    Dim lngrecordnum As Long

    lngrecordnum = frm.CurrentRecord
End Sub
    
HTH

mmcdonal
Reply By: Vassala Reply Date: 1/25/2007 4:05:08 PM
tanx allot



Go to topic 55163

Return to index page 52
Return to index page 51
Return to index page 50
Return to index page 49
Return to index page 48
Return to index page 47
Return to index page 46
Return to index page 45
Return to index page 44
Return to index page 43