Hello and Good Day,
I am having some issues with importing a text file that is a screen scrape from another program. I was wondering is there a way to make this work using VBA Scripting in access 07, I have not yet tried this as my VBA skills are lacking.
Example: The first row are my headers though i would honestly like to change the format and the wizard doesn't like the last two column names (formating issue with date/text).
QGRP Description 07/07 07/06 07/02 07/01 Older Total
TEST TEST CALL QUEUE 1 2 3 4 5 6
BEST BEST Push Queue 1 2 3 4 5 6
I need the table to look like this:
QGRP Description Date Volume ***Headers***
TEST TEST CALL QUEUE 07/07 1
TEST TEST CALL QUEUE 07/06 2
TEST TEST CALL QUEUE 07/02 3
TEST TEST CALL QUEUE 07/01 4
TEST TEST CALL QUEUE Older 5
TEST TEST CALL QUEUE Total 6
BEST BEST PUSH QUEUE 07/07 1
BEST BEST PUSH QUEUE 07/06 2
BEST BEST PUSH QUEUE 07/02 3
BEST BEST PUSH QUEUE 07/01 4
BEST BEST PUSH QUEUE Older 5
BEST BEST PUSH QUEUE Total 6
Any assistance with this or at least pointing me in the right direction would be greatly appreciated.
Thanks,
Nathan
I am having some issues with importing a text file that is a screen scrape from another program. I was wondering is there a way to make this work using VBA Scripting in access 07, I have not yet tried this as my VBA skills are lacking.
Example: The first row are my headers though i would honestly like to change the format and the wizard doesn't like the last two column names (formating issue with date/text).
QGRP Description 07/07 07/06 07/02 07/01 Older Total
TEST TEST CALL QUEUE 1 2 3 4 5 6
BEST BEST Push Queue 1 2 3 4 5 6
I need the table to look like this:
QGRP Description Date Volume ***Headers***
TEST TEST CALL QUEUE 07/07 1
TEST TEST CALL QUEUE 07/06 2
TEST TEST CALL QUEUE 07/02 3
TEST TEST CALL QUEUE 07/01 4
TEST TEST CALL QUEUE Older 5
TEST TEST CALL QUEUE Total 6
BEST BEST PUSH QUEUE 07/07 1
BEST BEST PUSH QUEUE 07/06 2
BEST BEST PUSH QUEUE 07/02 3
BEST BEST PUSH QUEUE 07/01 4
BEST BEST PUSH QUEUE Older 5
BEST BEST PUSH QUEUE Total 6
Any assistance with this or at least pointing me in the right direction would be greatly appreciated.
Thanks,
Nathan
Attachments
Last edited: