Hi all,
Using access 2003 on XP Pro Desktop
I am curious if the following is possible?
I have a table with 2 Primary Keys:
tbl_Inventory
CompanyPartID (PK) (autonumber)
3rdPartyPartID (PK?) (part number provided by 3rd party vendor, no longer here)
Part Description
etc.
I have an Issue Items table:
IssueItemsID (PK)
CompanyPartID (FK)
3rdPartyPartID (FK?)
I would like to create an issue items form that will allow me to use the CompanyPartID (FK) or the 3rdPartyPartID (FK) to scan the part into and populate the other with its appropriate information ex. scan Company Part# barcode into the CompanyPartID (FK) of the issue items form and have it populate the 3rdPartyPartID with its appropriate information or scan the 3rdPartyPartID (FK) and have it populate the appropriate information into the CompanyPartID (FK). To clarify: the appropriate information is the information that the field is populated with in its original table.
I have played around with this quite a bit today and I have been unsuccessful. I am only attempting this because management (regardless of what I suggest) insists that they do not want to use the manpower to relabel all of the (500+) items in our stock room. If I can get this to work we would only have to relabel new additions and of course there would be 2 different numbering schemes that would have to be contended with.
My preference is to use the number (CompanyPartID) as the primary (only 1 Primary key) and relabel all stocked items.
Any thoughts or suggestions would be helpful.
Thanks
Using access 2003 on XP Pro Desktop
I am curious if the following is possible?
I have a table with 2 Primary Keys:
tbl_Inventory
CompanyPartID (PK) (autonumber)
3rdPartyPartID (PK?) (part number provided by 3rd party vendor, no longer here)
Part Description
etc.
I have an Issue Items table:
IssueItemsID (PK)
CompanyPartID (FK)
3rdPartyPartID (FK?)
I would like to create an issue items form that will allow me to use the CompanyPartID (FK) or the 3rdPartyPartID (FK) to scan the part into and populate the other with its appropriate information ex. scan Company Part# barcode into the CompanyPartID (FK) of the issue items form and have it populate the 3rdPartyPartID with its appropriate information or scan the 3rdPartyPartID (FK) and have it populate the appropriate information into the CompanyPartID (FK). To clarify: the appropriate information is the information that the field is populated with in its original table.
I have played around with this quite a bit today and I have been unsuccessful. I am only attempting this because management (regardless of what I suggest) insists that they do not want to use the manpower to relabel all of the (500+) items in our stock room. If I can get this to work we would only have to relabel new additions and of course there would be 2 different numbering schemes that would have to be contended with.
My preference is to use the number (CompanyPartID) as the primary (only 1 Primary key) and relabel all stocked items.
Any thoughts or suggestions would be helpful.
Thanks