BadSikander
Registered User.
- Local time
- Today, 17:58
- Joined
- Jan 19, 2007
- Messages
- 31
Hello.
I'm using an unbound text box with a datasource set to =[CurrentRecord] to show the number of the record currently being shown on my form. This has worked on all my forms in the past, but I am having difficulty with it on one particular form.
There are 25 records in the underlying table and query.
The form displays all the records correctly and in the exact order they are held in the query the form is based on.
However, my unbound text box for the first record shows this as record 2.
The rest of the records then follow this sequentially up to the 24th record (i.e. they are numbered 2-25 in the unbound text box). The real 25th record is then also numbered as 25.
So, according to my unbound text box, I have no record number 1, and two record number 25s!
Would anyone be able to suggest why this is happening?
Thanks in advance for any help.
I'm using an unbound text box with a datasource set to =[CurrentRecord] to show the number of the record currently being shown on my form. This has worked on all my forms in the past, but I am having difficulty with it on one particular form.
There are 25 records in the underlying table and query.
The form displays all the records correctly and in the exact order they are held in the query the form is based on.
However, my unbound text box for the first record shows this as record 2.
The rest of the records then follow this sequentially up to the 24th record (i.e. they are numbered 2-25 in the unbound text box). The real 25th record is then also numbered as 25.
So, according to my unbound text box, I have no record number 1, and two record number 25s!
Would anyone be able to suggest why this is happening?
Thanks in advance for any help.