Good afternoon! I need an orientation / suggestion. It is as follows: we have a clock software where it will record all the markups in a database in MS Access. I need to create a report for each employee in the company intranet, where the same i...
I'm doing an application and when I was programming the VBA code to connect to Access Database what was my astonishment gave the error:
"Microsoft Visual Basic Error 3706"
The connection line is:
.ConnectionString = "Data Source=" &a...
Good afternoon!
I have a problem with an Access query via form.
The form is from the Excel vba, which connects to the database.
The full code is below.
This is the button code. Clicking it validates which of the two buttons is marked...
Good morning!
First of all I would like to say that I understand almost nothing of Visual Basic and that everything I have learned so far has been in the race in forums. So if that is too simple to solve, forgive me.
Now to the problem. I...
I need to set a field in Access to Null, through SQL, but after setting this field, it gets the value Zero and not Null. Due to a business rule, I need this field to be NULL and not Zero. The field is numeric.
Does anyone know how to change the version of my access application. Type, in C # one I put the version number in the assembly file, and then I can get this to put in a label for example. How do I do this in VBA MS Access?
I need to first know if Access can connect to MySQL database.
From this connection, I need to generate through XML an XML that contains the data of a table in my MySQL database. Later this XML should be sent to a remote server every day (via...
I am doing a C # system, I connected the database (Access) and the program asked to copy the database to the system folder and everything.
The problem is that the application is not saving the data in the system folder bank, I have to direct...
I have a form with a button and a simple datagridView, but my problem is that I have to look for my file in ".mdb" (Access database) on the computer, so it can be shown in the datagridView then the question remains:
When I click the button, I...