Thank you very much sir
My problem has been solved perfectly
I wanted to know the same method for quiries but I will do it in a new topic so as not to burden you
Thank you very much sir again
no
But I decided to cancel it now... and the code is working very well
Thank you very much... my problem is solved
Thank you
Answer the question Why do I want to clear the contents of a table that may contain 100 fields: I work in a school "Recording students' exam results in the academic year"...
As I said before, I want to empty all data from the fields without deleting the records and keeping the number of records in the table as it is because it is linked to another data table.
Hello everyone
I want to clear the contents of all the fields in a table without deleting the records
There is a code (SQL Update Field) but it updates each field separately and the table contains many fields
Is there a way to clear all the contents of the fields without deleting the records in...
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
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.