On a Windows xp Pro laptop. When I try to open a second access database in access xp, access hangs. must use task manager to end the process. One database at a time works just fine. Any Ideas? This works with Windows 2000 and office 2000.
randy,
Sorry. Here is what I would like to do. I call a sub that has this code;
Set rstRs = CurrentDb.OpenRecordset("qryNETs")
'QryNets results
' Net
' 1
' 2
' 3
' 4
' 5
While Not rstRs.EOF
strSql = "SELECT Tablename.Net, Tablename.GroupTime, Tablename.Bits "
strSql =...
I need help figuring out how I can have one report preview multiple times. Right now I loop based on the number of entries in a query and then modify a query based on the value of the query. The report is then saved off, modifing the name of the report with the value from the query. I want to...
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.