Denise2020
Member
- Local time
- Today, 06:35
- Joined
- Mar 31, 2020
- Messages
- 82
Good day, all!
I am having a hard time even forming a title for this topic. I was given an excel sheet and asked to create a simple inventory database of it. I cleaned it up and imported it but want to make a parent table of an inventory location.
The parent table contains:
StoragelocID
StoragelocName (not actual names used)
The table contains:
StoragelocName imported as Short Text
I added a column called StoragelocID (field type number) and set the relationship between the table and parent table StoragelocIDs. The problem is that the table.StoragelocID column is still empty because it isn't connecting the old Short Text Name column to the new number ID column. How would I go about connecting the two so I can delete the old name/short text column? I hope you can figure out what I am trying to say because my explanation is dismal - many apologies!
I don't know if this would be called a union, a merge, a join, but basically the relationship is Parenttable.StoragelocID = table.storagelocID and somehow I need to get the data into the new and proper column. I tried an update query to set StoragelocName = StoragelocID but unfortunately the field type mismatch error prevented it. Quite possibly I did it wrong?
Thanks as always!
I am having a hard time even forming a title for this topic. I was given an excel sheet and asked to create a simple inventory database of it. I cleaned it up and imported it but want to make a parent table of an inventory location.
The parent table contains:
StoragelocID
StoragelocName (not actual names used)
The table contains:
StoragelocName imported as Short Text
I added a column called StoragelocID (field type number) and set the relationship between the table and parent table StoragelocIDs. The problem is that the table.StoragelocID column is still empty because it isn't connecting the old Short Text Name column to the new number ID column. How would I go about connecting the two so I can delete the old name/short text column? I hope you can figure out what I am trying to say because my explanation is dismal - many apologies!
I don't know if this would be called a union, a merge, a join, but basically the relationship is Parenttable.StoragelocID = table.storagelocID and somehow I need to get the data into the new and proper column. I tried an update query to set StoragelocName = StoragelocID but unfortunately the field type mismatch error prevented it. Quite possibly I did it wrong?
Thanks as always!