Geoff Codd
Registered User.
- Local time
- Today, 23:15
- Joined
- Mar 6, 2002
- Messages
- 190
I've got until 2pm to get this done
I have the following code
Me.OrderNumber = Me.CurrentRecord
Me.OfOrderNumber = me.RecordsetClone.RecordCount
Which should show the record count for a subform, the problem is that it always shows order 1 of 1, until I move to the next order using a custom navigation button then it will show order 2 of 2 and when I then move back to the first order it will show order 1 of 2
Any help will be greatly appreciated
Thanks
Geoff
I have the following code
Me.OrderNumber = Me.CurrentRecord
Me.OfOrderNumber = me.RecordsetClone.RecordCount
Which should show the record count for a subform, the problem is that it always shows order 1 of 1, until I move to the next order using a custom navigation button then it will show order 2 of 2 and when I then move back to the first order it will show order 1 of 2
Any help will be greatly appreciated
Thanks
Geoff