Ok,
We sent out an HTML email questionaire throughout the office, and our IIS server is currently 'broken' so writing some kind of script to recieve the responses wasn't feasable.
I currently have 15 reposnses in my inbox (I only sent it out about 20 mins ago), with a .ATT file in them. The contents of the file is one simepl line which reads similar to:
Q1=Yes&Q2=No&....
Usually I would write an ASP/PHP script to recieve the responses, and I have a prewritten PHP script that will scan for .ATT files and put them into CSV format so i can import into Access, but right now the server isnt recognising either of those formats.
Is it possible to write a module for an access databse that will scan a directory for all .ATT files, parse them into a readable format, and then insert them into a table?
I dont really know where to start with this one, so any help that will push me in the right direction would be appreciated.
We sent out an HTML email questionaire throughout the office, and our IIS server is currently 'broken' so writing some kind of script to recieve the responses wasn't feasable.
I currently have 15 reposnses in my inbox (I only sent it out about 20 mins ago), with a .ATT file in them. The contents of the file is one simepl line which reads similar to:
Q1=Yes&Q2=No&....
Usually I would write an ASP/PHP script to recieve the responses, and I have a prewritten PHP script that will scan for .ATT files and put them into CSV format so i can import into Access, but right now the server isnt recognising either of those formats.
Is it possible to write a module for an access databse that will scan a directory for all .ATT files, parse them into a readable format, and then insert them into a table?
I dont really know where to start with this one, so any help that will push me in the right direction would be appreciated.