josephbupe
Registered User.
- Local time
- Today, 23:10
- Joined
- Jan 31, 2008
- Messages
- 247
Hi all,
I have two tables:
1. tblFiles = FileID(PK)
2. tblFile_Cases = CaseID(PK), FileID(FK)
The first table is the records source for the mainform (frmFiles) from which i open the details form whose record source is the second table. So then details (frmFile_Cases) opened for the first item on the mainform will be listed sequentially sorted by CaseID (i.e 1, 2, 3), but details for the second item appears like this (4, 5, 6 ...) and equally for rest of items.
What I want is to have another field on the details form (frmFile_Cases) for custom numbering of records always starting from 1.
Thank you.
Joseph
I have two tables:
1. tblFiles = FileID(PK)
2. tblFile_Cases = CaseID(PK), FileID(FK)
The first table is the records source for the mainform (frmFiles) from which i open the details form whose record source is the second table. So then details (frmFile_Cases) opened for the first item on the mainform will be listed sequentially sorted by CaseID (i.e 1, 2, 3), but details for the second item appears like this (4, 5, 6 ...) and equally for rest of items.
What I want is to have another field on the details form (frmFile_Cases) for custom numbering of records always starting from 1.
Thank you.
Joseph