I have been working on an external query from Access into Excel where I want to pull data from 3 fields (Description, Qty and Unit Cost) but have the data filtered on Requisition Number.
Currently I have the desired cells in my Excel spreadsheet populated with data from the Access table. However, since I have several test requisitions, their details are all showing up in the Purchase Order query. I need the SQL statement to be written in such a way that I can generate one purchase order for each requisition (filtered by Requistion number.)
Is there a way to include the Requisition number in my query and place it in a different cell than the range I have the original 3 items in? The Qty, Description and EstPrice are logically one behind the other, but I do have to put the requisition number on the Purchase order form for tracking purposes. The problem is that I need to place the Req# at someplace like E16, but the description etc goes into the range B20-D20.
I'm new to VBA, so go easy!
GOD is in charge, though men may say, "Not so!
Currently I have the desired cells in my Excel spreadsheet populated with data from the Access table. However, since I have several test requisitions, their details are all showing up in the Purchase Order query. I need the SQL statement to be written in such a way that I can generate one purchase order for each requisition (filtered by Requistion number.)
Is there a way to include the Requisition number in my query and place it in a different cell than the range I have the original 3 items in? The Qty, Description and EstPrice are logically one behind the other, but I do have to put the requisition number on the Purchase order form for tracking purposes. The problem is that I need to place the Req# at someplace like E16, but the description etc goes into the range B20-D20.
I'm new to VBA, so go easy!
GOD is in charge, though men may say, "Not so!