|
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
|