Hello,
I am working on Access application. One of my table has Purchase order and another table have payments made to purchase orders. I need to pull all related information from payment table. My problem is the id's for purchase orders are not same and same length. Suppose purchase order is "1234567". The payment table will have id as "1234567/01" and "12345767/02" and "1234567/F". It means payment was made 3 times and I need to pull all ids that start with "1234567".
Please help.
I am working on Access application. One of my table has Purchase order and another table have payments made to purchase orders. I need to pull all related information from payment table. My problem is the id's for purchase orders are not same and same length. Suppose purchase order is "1234567". The payment table will have id as "1234567/01" and "12345767/02" and "1234567/F". It means payment was made 3 times and I need to pull all ids that start with "1234567".
Please help.