Forum Discussion
runtime error 3048
I've got error message, "cannnot open any more databases." Thank you for help.
5 Replies
- mariogasCopper ContributorThe new office version (2408 17928.20066) has introduced the error again. Access show the error during a simple VB routine
i = 0
For i = 1 To 200000
Set rstTit = CurrentDb.OpenRecordset("tabella2")
rstTit.MoveFirst
rstTit.Close
Next
Hoc can I request the support from MS?
ThanksHi,
> Hoc can I request the support from MS?
You can go to https://support.serviceshub.microsoft.com/supportforbusiness and search the options there.
Until then you could describe the problem in more detail.
1. What happens? Error 3048? What other symptoms?
2. Does it happen in your normal applications that before ran without problems? Not only with this "extreme" code? If yes, what does your normal code or situation look like where it happens?
3. Can you test, if the problem goes away when you roll-back to the previous build of Office?
4. Another option could be to change the update channel from Current Channel Preview to a slower update channel and check if it still happens there.
Servus
Karl
****************
Access Forever News DevCon
Access-Entwickler-Konferenz AEK - 19./20.10. Nürnberg- mariogasCopper Contributor
Hi,
I copied the access program into another PC and the program worked correctly.
So I re-loaded windows into the first PC and the program works well now.
The other symptoms were: I was not able to close the access program or, sometimes, an access activity run in background, and I had to close access by the activities manager (alt-ctrl-canc).
Thank you for your help and excuse me, but I have to configure my PC.
Best regards.
mariogas
- suyashthomsonCopper Contributor
HI CBPark
Runtime Error: Code 3048 happens when Microsoft Access fails or crashes whilst it's running or due to the installation of the update.
Therefore, right now, the only reliable solution seems to be to go back to the earlier version of Microsoft Access.
You must temporarily disable Office updates to prevent Office from automatically installing the new update.
https://docs.microsoft.com/en-us/officeupdates/office-updates-msi
I hope this helps.
Thanks,
Suyash Thomson