Top "Ms-access-2010" questions

Microsoft Access 2010 Personal Relational Database Management System.

How to Create a table where fields are days of the year in Access 2010?

So the question is pretty much all in the title. I was just wondering if there is an easy way …

ms-access ms-access-2010 datefield
Can't clear office clipboard with VBA

I am using a function to copy a bunch of pictures out of an access database and store them on …

ms-access vba ms-access-2010
Placeholder text in an unfilled (empty) text box on an Access form

How can I add "placeholder" text to a Text Box in an Access form? Before the user has typed anything …

ms-access ms-access-2007 ms-access-2010
How to configure Squirrel SQL client to work with MS Access

I'm struggling to get Squirrel SQL to connect to MS Access database (just a normal one, no password): I create …

ms-access jdbc ms-access-2010 ucanaccess squirrel-sql
MS Access SQL LIKE query from C#

I have this query for Ms Access and im using C# and Ole DB commands. It works on Ms Access …

c# ms-access ms-access-2010 sql-like
how to export Access 2010 data macros

I need to transfer Access data macros from my test db to my production db. Anybody know how to do …

ms-access macros ms-access-2010 ms-access-data-macro
Converting Access Database to MSSQL Database Using Microsoft SQL Server Migration Assistant for Access

I am trying to convent a Ms Access Database to MS SQL 2012, using Microsoft SQL Server Migration Assistant for Access …

sql sql-server database ms-access ms-access-2010
Driving a MS Access query in a subform form from the main form

I have a subform in datasheet form. I want this subform to be filtered based on a combo box on …

vba combobox ms-access-2010 subforms
CSV export of an Access query limits float (Single/Double) values to 2 decimal places

I searching for hours to change the amount of decimal places to 8, instead of 2 with VBA Access. I found some …

ms-access vba ms-access-2010
Updating an SQLite database via an ODBC linked table in Access

I am having an issue with an SQLite database. I am using the SQLite ODBC from http://www.ch-werner.de/…

sqlite ms-access odbc ms-access-2010 sqlite-odbc