Microsoft Access is a rapid application database development and reporting tool.

learn more… | top users | synonyms (4)

10
votes
7answers
796 views

Access sometimes jumps to existing record on save new record - Access2k FE/SQL2005 BE

this is my first question on SO, am really posting this out of desperation after searching around a lot for an answer and trying a few different things with no success. I have an Access database ...
10
votes
5answers
392 views

Which O/RM tool supports Microsofts Access?

For one of my clients I'm currently building an application that communicates with a legacy Microsoft Access database. Migrating to SQL server is unfortunately not (yet) an option. I currently write ...
10
votes
3answers
4k views

Nhibernate and MS Access

Can NHibernate be used as ORM tool for MS Access? We are using Nhibernate to access Sql Server, so wondering if it can be reused. If it can be used how has the experience been?
10
votes
3answers
3k views

How to determine Jet database Engine Type programmatically

I have a program which needs to upgrade any Access (Jet) database it opens to JET Version4.x if it isn't already that version. (This enables use of SQL-92 syntax features) Upgrading is (relatively) ...
10
votes
4answers
5k views

is there a group_concat function in ms-access?

is there a group_concat function in ms-access or something similar?
10
votes
4answers
568 views

Codeigniter using ms access database

So I using access database(*mdb). This my code and success to connect: $db['test']['hostname'] = 'Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\blabla.mdb'; $db['test']['username'] = ''; ...
10
votes
2answers
10k views

How can I use MS Access as a provider for ADO.NET entity framework?

Do you know to use a provider for MS Access in ADO.NET Entity Framework?
9
votes
7answers
4k views

Working with multiple programmers on MS Access

Would you recommend working with multiple programmers on an MS Access application? One of our MS Access application has grown to the point where the number of changes (bug fixes) and new features can ...
9
votes
6answers
25k views

How to get table names from access?

INORMATION_SCHEMA table does not exist in an access database :(
9
votes
7answers
47k views

The action or event has been blocked by Disabled Mode

I am using Microsoft Access 2007 to move and massage some data between two SQL Servers. Yesterday everything was working correctly, I was able to run queries, update data, and delete data. Today I ...
9
votes
2answers
4k views

Why is 1899-12-30 the zero date in Access / SQL Server instead of 12/31?

More out of curiosity than any real problem; the question came up today and I know I've seen 1899-12-30 used as a "default" date and a zero date in Access and older SQL Server apps. Just wondered why ...
9
votes
4answers
20k views

How can I convert an MDB (Access) file to MySQL (or plain SQL file)?

Is it possible to create a Dump of SQL commands from a Microsoft Access database? I hope to convert this MDB file into a MySQL database for importing so I don't have to go through the CSV step. I ...
9
votes
8answers
15k views

Escaping ' in Access SQL

I'm trying to do a domain lookup in vba with something like this: DLookup("island", "villages", "village = '" & txtVillage & "'") This works fine until txtVillage is something like Dillon's ...
9
votes
1answer
401 views

Progress bar not showing unless in shift key bypass mode

I have a database that does not display the database window when opening. Instead it displays a switchboard. I do have some queries and reports that take awhile to run and want to display the ...
9
votes
11answers
8k views

Populate a MS Access database in Linux

Is there any way to create an Access / Jet database from within Linux? I'm trying to feed data from a linux application server (mysql backend) and have not found any tools that let me do this - it ...
9
votes
1answer
211 views

How to embed ms-access forms in C# module?

We have developped quite an heavy ms-access app, with some 300 forms (yes!). As the code instantiates these forms (and do not just 'open' them), we can have multiple instances of the same form ...
8
votes
12answers
7k views

SQL: Using NULL values vs. default values

What are the pros and cons of using NULL values in SQL as opposed to default values? PS. Many similar questions has been asked on here but none answer my question.
8
votes
8answers
15k views

Is there any way to create multiple insert statements in a ms-access query?

I am using MS Access 2003. I want to run a lot of insert SQL statements in what is called 'Query' in MS Access. Is there any easy(or indeed any way) to do it?
8
votes
2answers
11k views

LINQ asp.net page against MS Access .

I have a ASP.Net page using ADO to query MS access database and as a learning exercise i would like to incorporate LINQ. I have one simple table called Quotes. The fields are: QuoteID, ...
8
votes
2answers
48k views

Windows 7 64 bit odbc drivers for Ms Access Missing [duplicate]

Possible Duplicate: Is there a Windows 7 ODBC driver for Access? I need to connect ODBC data source for MS access as back end and vb as front end. (windows 7 64 bit Home edition OEM). I ...
8
votes
2answers
51k views

How to refresh linked tables in an Access mdb when ODBC changes

I can create an Access mdb and add a linked table to an Sql Server database via ODBC. If I change the Sql Server that the ODBC is connecting to with the ODBC control panel applet the mdb still ...
8
votes
3answers
848 views

Advantages of migrating from MS Access application to .Net application

There is an existing medium-sized application developed in MS-Access which is currently used by just 15 users. We are now in a fix whether to scratch this existing MS-Access application and develop ...
8
votes
4answers
7k views

MS Access library for python

Is there a library for using MS Access database in python? The win32 module is not as easy as the MySQL library. Is there a simpler way to use MS Access with Python?
8
votes
5answers
5k views

Migrating application from Microsoft Access to VB or C#.NET

I'm currently trying to convince management of the need to port one of our applications to .NET. The application has grown to be a bit of a monster in Access (backend in SQL), with 700 linked tables, ...
8
votes
1answer
9k views

VBA check if object is set

I have a global variable that is an instance of my custom class. How to I check if the object is set or if I need to initialize it? Thanks, Jeff
8
votes
4answers
2k views

Is MS Access still the most efficient RAD tool for small-scale custom apps? [closed]

Of the many other development tools I've used, nothing holds a candle to the 'Functionality to Development Effort' ratio of MS Access. The reason I am asking is that I have been out of the language ...
8
votes
3answers
3k views

How fast is SQLite compared to Microsoft Access MDB?

Currently I'm thinking about replacing the usage of Microsoft Jet MDB databases on a single-user .NET C# Windows Forms application by a SQlite database. My goal is to lower installation requirements ...
8
votes
5answers
267 views

MS Access VBA Brain Teaser

Explain why Access.Application.Eval() (commonly abbreviated as Eval()) produces a different result than just evaluating the original expression in this case: Debug.Print Round(.575 * 100) 57 ...
8
votes
4answers
8k views

Recommended way to read and write .ini files in VBA

Are any methods available in VBA to read and write INI files? I know I could use; Open "C:\test.ini" For Input As #1 ...and parse the data. Instead I am trying to see what tools are already ...
8
votes
3answers
267 views

Add A Background

I was wondering if there was any way of changing the background in access. The standard grey is ok but I would like to change it to an image that shows instructions or what was updated last. Also, ...
8
votes
8answers
7k views

VBA + Threads

How can I create a process running on a separate thread in MS Access VBA? I would like to create a process that will just sit and wait for a message.
8
votes
2answers
147 views

Capture primary key value

I'm adding a record to a table using the following code: Dim rs1 As DAO.Recordset Set rs1 = CurrentDb.OpenRecordset("QUOTE-Run", dbOpenDynaset) rs1.AddNew rs1.Fields("[QuoteNumber]").value = ...
8
votes
1answer
302 views

Access 2000 Report — alternate row color

I inherited a MS Access database and at my new job. I don't know much about Access and they asked if I could make every other line of a report a different color so it is easier to read. Is there an ...
8
votes
2answers
770 views

How can I tell TortoiseHg to display a UTF-16 file as non-binary?

In a Microsoft Access 2007 project the Access form objects are exported to files with a dedicated software by using the built-in function "SaveAsText". This is necessary because Access doesn't store ...
8
votes
2answers
87 views

query to count number of different values?

I have a table in MS Access 2003 that looks like this: *url id* example.com red example.com blue example.com blue other.com red other.com ...
8
votes
1answer
185 views

Access SQL join question

Using MS Access. I'm sorry that the title is vague--i just don't exactly know how to describe what type of problem this is, I just know that I need to join two tables or queries to solve it. I have ...
8
votes
2answers
252 views

Is it possible to host a Microsoft Access form inside a .Net Windows form?

I am asking if it is possible to host a Microsoft Access form inside a .Net form. No I haven't gone mad, we are maintaining a massive system written entirely in VBA by somebody who didn't know a lot ...
8
votes
1answer
125 views

Explore for files in Access

I have a form that a user uses to upload a CSV file. Right now the user has to type the full file path of the file into a text box. How can I get a browse for file popup to allow the user to ...
8
votes
1answer
1k views

Table-less UNION query in MS Access (Jet/ACE)

This works as expected: SELECT "Mike" AS FName This fails with the error "Query input must contain at least one table or query": SELECT "Mike" AS FName UNION ALL SELECT "John" AS FName Is this ...
8
votes
1answer
4k views

“System resource exceeded” during connection to Access file through Java jdbc odbc

I've read all "System resource exceeded" posts, but this is nothing like them. I've spend the last 3 hours searching for a solution. I don't have many connections / statements / resultsets and I ...
8
votes
1answer
172 views

(relational) database performance for a date/time point/interval

So I am doing a project in Access SQL and it has come along nicely. I have learned a lot about Access and VBA and this site has been helpful in the process. Now I am facing a problem which is ...
8
votes
5answers
568 views

Why Jet OLEDB driver caches my MDB file?

I have a Cassini application that uses Access file. Updated installer overwrites both application and database. However, application still sees the old data even after system restart. (Also copied MDB ...
7
votes
20answers
901 views

Mending bad BAD database design once data is in the system

I know that that is not a question... erm anyway HERE is the question. I have inherited a database that has 1(one) table in that looks much like this. Its aim is to record what species are found in ...
7
votes
9answers
15k views

How to Round in MS Access, VBA

Whats the best way to round in VBA Access? My current method utilizes the Excel method Excel.WorksheetFunction.Round(... But I am looking for a means that does not rely on Excel.
7
votes
3answers
4k views

How do I force VBA/Access to require variables to be defined?

I'm making some significant changes to some VBA code, and some variables are being deleted and/or renamed. It would be a lot easier to find all the locations I need to update if the compiler would ...
7
votes
5answers
29k views

How can I implement SQL INTERSECT and MINUS operations in MS Access

I have researched and haven't found a way to run INTERSECT and MINUS operations in MS Access. Does any way exist
7
votes
5answers
12k views

Setting up an MS-Access DB for multi-user access

We're thinking of "growing" a little MS-Access DB with a few tables, forms and queries for multiple users. (Using a different back-end is another, but more long-term option that is unfortunately ...
7
votes
4answers
10k views

How to create Microsoft Access database in C# programmatically?

How do you create a Microsoft Access database file in C# if it does not exist yet?
7
votes
5answers
4k views

Access MDB: Is it possible to monitor and log actual queries made against an Access MDB?

Is it possible to monitor what is happening to an Access MDB (ie. what SQL queries are being executed against it), in the same way as you would use SQL Profiler for the SQL Server? I need logs of ...
7
votes
8answers
282 views

Replacement or Migration strategy for Excel/Access

Is there a way of offering the flexibility of Excel/Access development that end users love while instilling centralised IT management so data and logic is secure, backed up, version controlled etc. ...

1 2 3 4 5 257