I am using a transform query to create a recordset set which stores the number of a particular part number due on a particular date. The results would be in the following format:
PartNum 15-Mar-02 22-Mar-02 etc
123456 9 100
234958 100 100
However, the dates are dynamic and I need to be able to check if a column exists for a certain date. Can I do that?
At the moment, i try to ouput the amounts due for 08-Mar-02 and it tells me that "Item cannot be found in the collection corresponding to the requested name or ordinal.
". However, I need to display the column for that date. Any ideas?? Mise Le Meas,
Mighty
PartNum 15-Mar-02 22-Mar-02 etc
123456 9 100
234958 100 100
However, the dates are dynamic and I need to be able to check if a column exists for a certain date. Can I do that?
At the moment, i try to ouput the amounts due for 08-Mar-02 and it tells me that "Item cannot be found in the collection corresponding to the requested name or ordinal.
". However, I need to display the column for that date. Any ideas?? Mise Le Meas,
Mighty