Hello again,
I am trying to create a script that will match up multiple columns and combine the values, leaving only one unique line entry.
So, for example, I have one column with "Work Order Number" another with "Status", and one more with "Number of Days". For whatever reason, our database can have multiple instances of the same work order number and status, but with different values.
Work Order - Status - Number of Days
21104 - - - Not in Stock - - - 5
21104 - - - Not in Stock - - - 8
21104 - - - Not in Stock - - - 10
I would like to have it combine everything into
Work Order - Status Number - of Days
21104 - - - Not in Stock - - - 23
Can this be done?
I am using the MS Query tool that comes with Excel, but most Access methods work.
Thank you in advance.
I am trying to create a script that will match up multiple columns and combine the values, leaving only one unique line entry.
So, for example, I have one column with "Work Order Number" another with "Status", and one more with "Number of Days". For whatever reason, our database can have multiple instances of the same work order number and status, but with different values.
Work Order - Status - Number of Days
21104 - - - Not in Stock - - - 5
21104 - - - Not in Stock - - - 8
21104 - - - Not in Stock - - - 10
I would like to have it combine everything into
Work Order - Status Number - of Days
21104 - - - Not in Stock - - - 23
Can this be done?
I am using the MS Query tool that comes with Excel, but most Access methods work.
Thank you in advance.
Last edited: