Share via

Using Microsoft Access as a cross referencing tool

Anonymous
2014-09-03T15:39:26+00:00

I am trying to create a tool that can be used to cross reference manufacturer part numbers and descriptions to my part numbers.  Can this be done with Access?

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. ScottGem 68,830 Reputation points Volunteer Moderator
    2014-09-03T22:04:28+00:00

    You aren't giving us a lot of info to go on here. I'm guessing you have a table of your part numbers. And you periodically get a spreadsheet from your suppliers with their numbers. You can link to or import the workbook(s) Youll have queries that link the three tables together. Other queries that will show new parts on either side so you can create the cross reference records,

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2014-09-03T20:14:59+00:00

    Great info Scott! So once i create the cross reference table how would i go about importing the information i need crossed to the part numbers/descriptions on the table? The information usually is on an excel spreadsheet.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2014-09-03T20:10:40+00:00

    Thanks for the info Karl!

    Was this answer helpful?

    0 comments No comments
  4. ScottGem 68,830 Reputation points Volunteer Moderator
    2014-09-03T17:00:30+00:00

    Yes, it can be done. Essentially I would create a cross reference table:

    tblPartXref

    PartXrefID (PK Autonumber)

    MyPartID (FK)

    MfgPartID (FK)

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2014-09-03T16:52:06+00:00

    Yes, using one table if there is a one-to-one relationship from manufacture to your number.

    If this is all that you will be needing it for then an Excel spreadsheet will work  by sorting on the column containing the type of number you have in order to find the other.

    Was this answer helpful?

    0 comments No comments