Questions tagged as 'ms-access'

1
answer

how to hide access and just navigate with forms? [closed]

when executing access, make my form appear only without displaying the navigation bars     
asked by 05.12.2017 / 08:30
1
answer

Error trying to connect to Access from vb.net

What I am testing is how to insert data in access from vb.net. For what I have, I made a test form with 2 fields plus a save button. This is the code you make. Imports System.Data.OleDb Public Class Form1 Dim conexion As OleDbConnection...
asked by 03.10.2017 / 14:47
2
answers

Obtain unrelated data from each other

I'm trying to get the data that is not related through a query between three tables, but I have not achieved the feat. In my case I have three tables Marcas Categorias Asignacion (It is the intercept table between Br...
asked by 14.10.2017 / 04:30
1
answer

Error: "Fill is not a member of OleDbCommand"

I'm in visual basic, trying to make a connection to a DB in access. To contextualize, the system is working with SQL, generating the connection data string, then the connection objects and their querys. The issue is that when trying to do the sa...
asked by 12.09.2017 / 14:21
2
answers

My SQL query is not performed on an Access DB because of an accent

I am using ODBC to make queries in an Access Database along with php the problem is: I have a field in the BD with accent in this case the column is called contactode in it I have the option FLOOR , TELEPHONE and SERVICE when I make my qu...
asked by 20.06.2017 / 20:27
2
answers

Error trying to insert ASP.NET data

I have a GridView with several Textboxs in Footer , this to try to insert, but at the moment of clicking the button, it fails and tells me that the statement . I'm using as a BD test one in access my code is the follow...
asked by 08.05.2017 / 15:39
1
answer

Activate PDO_OBDC drivers for PHP?

Sincerely since I do not touch php. Now at the University we will work with Arduino boards and we want to make a mini server with a web page hosted on it. Well, as things are going to be simple, I have decided to use Access ... I've been doin...
asked by 21.02.2017 / 22:55
2
answers

Search for registration using vba an Access form

again bothering, I'm learning a bit of vba, with macros in acces, what I try to do is that when entering the ID this make the corresponding query and show one of the fields in another text box, attached the image of the form and the code Howe...
asked by 17.12.2016 / 16:37
0
answers

Save data from a JComboBox in the Access database

I made a Form that is what I will save in one of the Access tables and one of the data I use with JComboBox and when doing a desktop test (run to test) it does not let me save the data (items) of the JComboBox. The Database I do in Access is...
asked by 29.11.2018 / 01:00
0
answers

C # Combobox similar to Combobox Access

I am starting to program in C # although in VBA I have been doing it for more than 20 years. My surprise has been that when using the combobox in Visual Studio 2017, they differ a lot from what I'm used to using in Access. In Access it is very s...
asked by 21.11.2018 / 20:42