I have an excel vba application which has worked OK until someone created a personal.xls file. Now the application will not open with the message "runtime error 1004 method of object '_worksheet'failed".
My first thought, delete personal.xls. But I cannot find it. It is NOT in the excel...
Hello,
I have one form, and would like it be opened with a different recordsource according to a selection by users via another form.
This code works fine to open the form, with the form recordsource being the query "qclosed":
' openforms_allclosedadult
Function openforms_allclosedadult()
On...
I have a database structured as follows:
tblcases (caseid, name, date) where date is the date the 'case' was first opened
tblclosed (closedid, caseid, closedate) where closedate is the date the 'case' was closed
tblreopen (reopenid, caseid, reopendate) where reopendate is the date the 'case'...
Having recently upgraded to A2K2 I have had to revisit a database built with A2K.
Everything works as before but, new buttons for (opening reports) added using the wizard in A2K2 don't work when the database is run in A2K (the customer is not upgrading).
Any suggestions please as this is going...
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.