Problem:
Need an update query or new table query to automate external data source import for reporting purposes.
Example of a record imported from an external text file.
x:\Training\CourseReview\Pending Approval\TeachMeCourse\Tab A\Course101.pptx
Desired Output:
Update query or New Table query to create the following columns & data from the original text import:
Columns:
1. "OriginalData" (source for new columns)
Ex.Record: x:\Training\CourseReview\Pending Approval\TeachMeCourse\Tab A\Course101.pptx
2. "Name" Data result (Variable)-> "TeachMeCourse"
3. "Tab" Data result (could be Tab A-H) -> "Tab A"
4. "File" Data result (Variable)-> "Course101.pptx"
Note: This portion of the txt string will remain constant for all records: "x:\Training\CourseReview\Pending Approval\"
Appreciate the help.
ETSMAN
Need an update query or new table query to automate external data source import for reporting purposes.
Example of a record imported from an external text file.
x:\Training\CourseReview\Pending Approval\TeachMeCourse\Tab A\Course101.pptx
Desired Output:
Update query or New Table query to create the following columns & data from the original text import:
Columns:
1. "OriginalData" (source for new columns)
Ex.Record: x:\Training\CourseReview\Pending Approval\TeachMeCourse\Tab A\Course101.pptx
2. "Name" Data result (Variable)-> "TeachMeCourse"
3. "Tab" Data result (could be Tab A-H) -> "Tab A"
4. "File" Data result (Variable)-> "Course101.pptx"
Note: This portion of the txt string will remain constant for all records: "x:\Training\CourseReview\Pending Approval\"
Appreciate the help.
ETSMAN