Oliver has attended:
Access Intermediate course
Changing Existing Relationships
The database im currently using was passed on to me by a collegue.
The main table contains an oilfield 'Name' but the fields have not been given ID numbers. I want to add this as an autonumber, which i believe is fairly straight forward. However, this main table has a lot of relationships coming flying out of it, linking to other tables by the 'Name'.
What must i do to make sure that the links are maintained correctly when i swap them over to ID instead of name?
RE: Changing Existing Relationships
PS. What im also concerned about is, whether i can Add this ID field to the main table and also have this update properly into the other tables, without having to type it in for each (the database has around 2500 records).