I was interested in writing to SQL and Access databases to, but couldn't find an esy way to do it. My solution, cheesy though it may be, was to write my data to a text file, putting in characters to delimit the fields, and then having the database import the info any time it is started. This also required using a query to sort out all the duplicates because the script would just keep writing every time someone logged on, and this created many redundant entries.

My application was generating a list of tasks for our help desk.

-=Jim=-