Colin Coleman
Registered User.
- Local time
- Today, 13:53
- Joined
- Jul 25, 2008
- Messages
- 27
Hi
I have inherited a database that creates employee contracts in word 2007 that are launched from a form in Access 2007. i am looking for the correct way to be able to have a unique employee number and a version record,
I need to ensure that only the current live record version is printed or available to edit.
i need to enter the employee number and the system would then maybe run an sql to see what the next available issue number would be.
I use Firebird normally and i would create a Unique Compound Index on the employee number + Version Number, Then when an employee list is presented it uses the employee number and the largest version number to retreive the correct record.
How can i achive this in Access 2007.
Thanks if someone could point me in the right direction.
Colin
I have inherited a database that creates employee contracts in word 2007 that are launched from a form in Access 2007. i am looking for the correct way to be able to have a unique employee number and a version record,
I need to ensure that only the current live record version is printed or available to edit.
i need to enter the employee number and the system would then maybe run an sql to see what the next available issue number would be.
I use Firebird normally and i would create a Unique Compound Index on the employee number + Version Number, Then when an employee list is presented it uses the employee number and the largest version number to retreive the correct record.
How can i achive this in Access 2007.
Thanks if someone could point me in the right direction.
Colin