MajP
You've got your good things, and you've got mine.
- Local time
- Today, 16:34
- Joined
- May 21, 2018
- Messages
- 8,928
I have a split db that has a pretty involved front end. I migrated it to Sharepoint and went fine. I had a few autonumber PKs and these got converted to Number. Because of that, I believe a lot of queries became read only. Or at least that is my first guess. How is this best handled? I plan to use access as the FE for the majority of things. I am trying to avoid lookup tables since this seems very limiting. I have not done anything with SP for years.
1. Can you convert an existing PK field to autonumber?
2. Do you roll your own PK on all tables.
3. I know there is an ID field you can add. Do add that, delete my other, and rename the ID field?
Any best practices appreciated.
1. Can you convert an existing PK field to autonumber?
2. Do you roll your own PK on all tables.
3. I know there is an ID field you can add. Do add that, delete my other, and rename the ID field?
Any best practices appreciated.