02-01-2008, 04:11 PM
for this sort of thing, i just dump out a date/time stamp with a comma separating any other data and call the file xxxxxxxxxx.csv.
then run an Access link table across it and create the queries i need (either in access or QM) to get the info back out.
str a b c
a.time("%c")
a.from(a "," "I ran this")
a.setfile("c:\temp\stupomer.csv" -1 -1 1)
then run an Access link table across it and create the queries i need (either in access or QM) to get the info back out.