Try compacting the .MDB and see if it helps. I've had this problem on a desktop-wide basis and it went away after eliminating some space on the Win desktop and defragging it.
Without seeing your pgms, I couldn't say. Some thoughts.
If you are on a free ASP hosting website, your code and pgms are generally available for other members to view.
A common method that allow alteration of data between post & server is by utilizing Querystrings, by altering data on the...
Is there some way I can code a routine in VB to find the name of the Access .mdb that the code is executing in? The .mdb name would vary depending on what path/filename it is in and the program logic would be dependent on it - so that I do not have to rely on hardcode. I have done similiar...
hpa, it looks like your code is not establishing an Excel object - try this?
Dim objExcel as Object
Set objExcel = CreateObject("Excel.Application")
objExcel.Workbooks.Open 'put your path & filename here)
objExcel.WindowState = 2 'sets it for maximized window
objExcel.Visible =...
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.