- Local time
- Today, 17:54
- Joined
- Sep 12, 2006
- Messages
- 15,987
how often are these files appearing?
eg - if you manually use qgrep, and pipe the result to a file, then you could use access to read the pipe result, and get the file name from that, as a starting point. then see if access could run the grep - but someone has to tell the grep what to look for, and thats as easy outside access, as inside, i would think - certainly while you are developing it - sorry if this is a bit convoluted/circular
personally i would try and get the import working then worry about how to find/select the file later.
eg - if you manually use qgrep, and pipe the result to a file, then you could use access to read the pipe result, and get the file name from that, as a starting point. then see if access could run the grep - but someone has to tell the grep what to look for, and thats as easy outside access, as inside, i would think - certainly while you are developing it - sorry if this is a bit convoluted/circular
personally i would try and get the import working then worry about how to find/select the file later.