Hello
that is kinda funny. i saw most of your post in another thread.
i have no idea what DAO is. i dont know if i am using it or why i would. all
i know is that i have the code:
Application.SetOption "Confirm Action Queries", 0
Application.SetOption "Confirm Document Deletions", 0
Application.SetOption "Confirm Record Changes", 0
at the opening of my main form, and a few other forms that specifically deal
with action queries. then i have the code:
Application.SetOption "Confirm Action Queries", 1
Application.SetOption "Confirm Document Deletions", 1
Application.SetOption "Confirm Record Changes", 1
at the close of each of those other areas and then at the end of my main form.
if i were to put the code in the "begining" and the "end" of my app and in
all my error code, would that be sufficient?
i know that all you gurus know what the uses and differences are with the
DAO and the ADO and stuff, but for the moment i need to fix the problem, then
when i can i will learn more about DAO and ADO and see if i can be more
effcient. but at the moment i just need one answer, yes or no.
i am very greatful for all the help and suggestions. the problem is i dont
have time to rework anything to make it better, yet...
my boss basically wants me to stop developing this database and do the job i
was originally hired for. so for the time being a "patch" is needed to fix
the imeadiate problem.
please understand, i really really really appreciate your help.