peterbowles
Registered User.
- Local time
- Today, 10:26
- Joined
- Oct 11, 2002
- Messages
- 163
hi
I have a text box on a form which I want to be able to display somethin like this
record number 1 out of 250
I know you must have to use
Me.Text15 = Form.RecordsetClone.RecordCount
but not sure of the rest
Any help
Thanks in advance
I have a text box on a form which I want to be able to display somethin like this
record number 1 out of 250
I know you must have to use
Me.Text15 = Form.RecordsetClone.RecordCount
but not sure of the rest
Any help
Thanks in advance