I use the "createProcess" function (defined in the "kernel32" lib) to start a java programm from my VBA code. The java programm sometime crashes and I am looking for a function that I can use to check whether the process is still running. I have the processID and the threadID to identify the...
We are using Access 97 and have the following problem. We need to do a lot of single deletes on a table and do this by using a DAO.Querydef object and change the SQL code several times. We use plain SQL code, i.e. we set
qryDef.SQL = "DELETE * FROM table WHERE condition"
qryDef.Execute
We do...
Does anyone know how to add a control (like a text field) to an ACCESS form via VBA Code. I tried
Forms("aForm").Controls.Append
but the "append" method is not implemented for a container (like controls). Any help is appreciated.
Cheers Lars
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.