Private Sub Command1_Click()
Dim acc As Access.Application
Dim db As DAO.Database
Dim strDbName As String
DoCmd.Minimize
strDbName = "C:\Users\Ahmed\Desktop\b.accdb"
Set acc = New Access.Application
acc.Visible = True
Set db = acc.DBEngine.OpenDatabase(strDbName, False, False, ";PWD=123")...
I have two Access databases (A) and (B). I open (A) and open the second database (B) with password 123 by pressing a button in a form in database (A). Database (B) opens but does not appear on the front of the screen and is behind the first database (A). In order to show it I have to press the...
Sorry for the inconvenience
All I want is that I have database A and database B and both databases are open and I am currently on database A and I want to go to database B when I press a certain button inside the form without using the interesting button and tab
I hope my goal is clear ...
hi every body
I already have two Access databases open at the same time. I want to switch to another database through the first one using the vba code.
thank you
I am very sorry. I went through an emergency situation that prevented me from responding. They were truly ideal and very effective solutions, and I thank you very, very much for them.
The recommended steps were implemented correctly and what was required was implemented successfully. I thank you for that. But there is a possibility that this file () will be stolen and run on another computer. Then an error message will appear explaining that the path or name of the file has...
It seems that we have fallen far from the desired goal
Anyway, I will simplify things so that my goals become clear
On my desktop, I have two Access files, file A has no extension, and file B has the extension. All I want is him
1- Open file B through file A after changing its extension.
2- When...
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.