A group of managers and myself all use a Microsoft Access database to quickly assign different individuals to different teams depending on which requirements are required for different circumstances. Each team consist of 4 groups of 6 individuals each.
I have 3 seperate tables linked by their autonumbered IDs.
Team Name
TeamNameID (autonumber)
Group Name
GroupNameID (autonumber)
TeamNameID
Individual Name
IndividualNameID (autonumber)
GroupNameID
TeamNameID linked to TeamNameID in Group Name
GroupNameID linked to GroupNameID in Individual Name
What I would like to be able to do is to create a routine that allows each of the managers to export their Team template to a delimited text file, which can then be emailed to the other managers who will then be able to import the Team templates into their own database copies. This will allow the managers to share their templates without the other managers having to manually duplicate their effors.
I am running into a problem with the autonumber fields though. If someone has created templates and then appended the downloaded Team template, the autonumbered fields don't match the linked values in the other tables.
Any ideas how I could make this operate correctly?
I have 3 seperate tables linked by their autonumbered IDs.
Team Name
TeamNameID (autonumber)
Group Name
GroupNameID (autonumber)
TeamNameID
Individual Name
IndividualNameID (autonumber)
GroupNameID
TeamNameID linked to TeamNameID in Group Name
GroupNameID linked to GroupNameID in Individual Name
What I would like to be able to do is to create a routine that allows each of the managers to export their Team template to a delimited text file, which can then be emailed to the other managers who will then be able to import the Team templates into their own database copies. This will allow the managers to share their templates without the other managers having to manually duplicate their effors.
I am running into a problem with the autonumber fields though. If someone has created templates and then appended the downloaded Team template, the autonumbered fields don't match the linked values in the other tables.
Any ideas how I could make this operate correctly?