I have created a program that allows a user to select up to 6 keywords, from 6 combo boxes. Based on the selections made, and SQL string is constructed and uses as a recordsource for an ADO data control. This works well except that each time I carry out a search a bunch of .TMP files are created and in no time at all I have an out of memory error.
What can I do to prevent these files being created.
any help appreciated
What can I do to prevent these files being created.
any help appreciated