Top "Ms-access-2013" questions

Questions regarding the Microsoft Access 2013 database management system.

Access 2013 - Cannot open a database created with a previous version of your application

I have an Access database created more than 10 yrs back. I have very important data in it & I think …

ms-access ms-access-2013
Combobox null in if statement

I am trying to code an if statement where if a certain combobox is null, then it runs a certain …

ms-access vba ms-access-2013
TRANSFORM and PIVOT in Access 2013 SQL

How can I get second table from first table using TRANSFORM and PIVOT functions: TABLE_01 Config_ID | ConfigField | ConfigValue ----------------------------------------- 11 | …

sql pivot ms-access-2013
How to determine if a table contains a value in SQL?

I feel like I'm missing something very obvious here, but it seems that the only way to go about doing …

java sql ms-access jdbc ms-access-2013
Adding Trusted Location to Access Run Time

I have created a Microsoft Access file. How do I add this file to the trusted locations on my client's …

ms-access runtime ms-access-2010 ms-access-2013
How to convert an ADP to ACCDB using Access 2013?

Access 2013 does not support ADP. Some alternatives to ADPs are given: Convert the ADP to a linked Access Desktop Database. …

ms-access-2013 adp
How do I import an .accdb file into Python and use the data?

I am trying to figure out a way to create a program that allows me to find the best combination …

python database ms-access ms-access-2013 pypyodbc
Calculated field with value from another table in Microsoft Access

I have a calculated field in a table that needs to take the value from another table but in the …

mysql ms-access ms-access-2013 calculated-field
ADODB doesn't exist in Access 2013 project, how do I add a reference to it

I am trying to rebuild an Access adp project in Access 2013 as and mdb. The tables are all linked tables …

vba ms-access adodb ms-access-2013
Align Excel cell to center VB - xlCenter is not declared

Im using Visual Studio 2013 Visual Basic, MS ACCESS 2013, EXCEL 2013 My program Save As the data in my datagrid to excel. …

vb.net excel ms-access-2013 excel-2013 vba