hi,
i want to create code for an afterupdate of a combobox which will create and save a query under a certain "name", but each time it is run, it is saved under another "name"
or the previous one is renamed, and the one being created stays the same.
lets say i have three choices, bob, frank, and susan.
is it possible to choose bob, and so the query that is created contains information related to bob but so that i can click again the next time on frank which will create the same query for his information without causing conflicts.
lets say i saved the query as "userqry", if i choose frank like i said, the second time, it will say, "userqry" already exists.
i know how to make it so it deletes each query each time and re-creates it, but i would like for each query to be saved because i want to use the information later.
i want to create code for an afterupdate of a combobox which will create and save a query under a certain "name", but each time it is run, it is saved under another "name"
or the previous one is renamed, and the one being created stays the same.
lets say i have three choices, bob, frank, and susan.
is it possible to choose bob, and so the query that is created contains information related to bob but so that i can click again the next time on frank which will create the same query for his information without causing conflicts.
lets say i saved the query as "userqry", if i choose frank like i said, the second time, it will say, "userqry" already exists.
i know how to make it so it deletes each query each time and re-creates it, but i would like for each query to be saved because i want to use the information later.