Referencing other databases works well if the database always exists. I have found in developing that there are times I want to distribute a database without something I have referenced and it breaks it. (usually a function like chr() or left$()) If the other database will always be present a...
I would like to throw in another option in the first question.
Use
DoCmd.Setwarnings False 'This turns off the warnings
DoCmd.RunCommand accmdselectrecord
DoCmd.RunCommand accmddeleterecord
DoCmd.Setwarnings True 'This turns warnings back on
I use this method because there are times when I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.