virtuapete
Technical User
Hello everyone,
I've been out of the loop for a while and getting back into this development with Access 2003. I have made a DB to use as a report tool(automation), taking in a plotter log from AutoCAD. the field giving me trouble contains a path and filename which i want the query (or something) to filter out all the crap and just display the client's name like this >>>
table field "JOB" contains >
\\JMKARCH-1\Documents\JMKARCH\NEWJOBS\30 WILD DUCK RD-04-04\INTER-ELEV 04-04.dwg
and all i care about is the words "WILD DUCK" in this case. I want the query to display "WILD DUCK" instead of the whole path and get rid of everything else so when i run a report it will group the records(jobs) together who have same names. I do not want to alter the table data at all if possible because it is meant to be a tool where you import the data file as an Excel file, then print the report. "WILD DUCK" is one of 8 or 9 names it needs to filter the field for and return just what was filtered (i.e. - in this case just the words WILD DUCK).
Do I need to do something when the data gets imported that can be automated to take care of this?? Or what is the expression I need to use to format my data in that field to match that small portion for each client name? Perhaps a special relationship can be made to another table with the clients names and will associate that field to the record that contains it in a certain field? Please help.
I've been out of the loop for a while and getting back into this development with Access 2003. I have made a DB to use as a report tool(automation), taking in a plotter log from AutoCAD. the field giving me trouble contains a path and filename which i want the query (or something) to filter out all the crap and just display the client's name like this >>>
table field "JOB" contains >
\\JMKARCH-1\Documents\JMKARCH\NEWJOBS\30 WILD DUCK RD-04-04\INTER-ELEV 04-04.dwg
and all i care about is the words "WILD DUCK" in this case. I want the query to display "WILD DUCK" instead of the whole path and get rid of everything else so when i run a report it will group the records(jobs) together who have same names. I do not want to alter the table data at all if possible because it is meant to be a tool where you import the data file as an Excel file, then print the report. "WILD DUCK" is one of 8 or 9 names it needs to filter the field for and return just what was filtered (i.e. - in this case just the words WILD DUCK).
Do I need to do something when the data gets imported that can be automated to take care of this?? Or what is the expression I need to use to format my data in that field to match that small portion for each client name? Perhaps a special relationship can be made to another table with the clients names and will associate that field to the record that contains it in a certain field? Please help.