Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
1k views

Cannot Open Database Created with Access 2010 in Access 2007 Even With SP2

A database created with one of the new sort orders will not open in Access 2007 even with SP" installed.
4
votes
1answer
969 views

how do i build a website using access 2010?

has anyone done this yet? please show me some good tutorials on building websites with databases using ACCESS 2010 you can build a website using it: http://www.youtube.com/watch?v=AU4mH0jPntI
3
votes
2answers
92 views

Text-search in properties Access objects

Is there a way in Access to search for a certain text in object properties and so on? Just not only in the VBA source code. I'm asking this because if I change for example the name of a field in a ...
3
votes
4answers
1k views

Insert multiple rows using one insert statement in Access 2010

I want to insert multiple values into an Access 2010 table, but I can't seem to find a way. MySQL had a nice way: INSERT INTO Production.UnitMeasure VALUES (N'FT2', N'Square Feet ', '20080923'), ...
3
votes
3answers
8k views

Access 2010 VBA query a table and iterate through results

I have a query that I want to execute against a table. With the results I want to do something. In my head the pseudo code is: var q = "select * from table where some condition"; var results = ...
3
votes
5answers
5k views

Is there an Open File dialog for Access 2010 64bit?

How do I get an Open File dialog for Access 2010 64bit? Normally I would use the common dialog control but that is 32bit and cannot be used with Access 2010 64 bit.
3
votes
2answers
1k views

Data macros in Access2010: triggers?

I've heard on the grapevine that the forthcoming Access2010 has a Data Macros feature which will for the first time add trigger-like functionality to Access data engine tables. Does anybody have an ...
2
votes
2answers
29 views

Calculating days between dates and parameters in MS Access

I'm trying to write a query that allows me to get records for all users whose items are more than X number of days overdue. I want to be able to specify whether that number be 30 or 40 or 50. I am ...
2
votes
1answer
21 views

open access 2010 report in asp.net aspx page?

one of my co-workers has Microsoft Access(2010) on his computer and he created some reports. I want to display those reports ouput in my asp.net aspx page. is it possible ? is there any ...
2
votes
1answer
73 views

Programatically delete an Access macro with VBA

I need to programmatically delete an Access Macro (or Form or Report) via VBA. The AllMacros collection (and the associated Application.Containers().Documents collections) appear to be Read Only. I ...
2
votes
1answer
122 views

Add combo box dynamically in MS Access forms

I'm trying to create a form in MS access. Initially i will have only one combo box. My requirement is i have "Add" button if i click on this button this should dynamically add Combo boxes one below ...
2
votes
1answer
150 views

Migrating from Access 2000/2003 to Access 2010

I want to use access 2000 and 2003 databases in access 2010. Since I don't want to check if everythings's working manually I am looking for a tool that analyzes VBA code for errors or compatibility ...
2
votes
2answers
185 views

Alter Table doesn't work under MS Access 64 bit. Why?

I am trying to write a simple function to resize a text field in MS Access 64 bit version under Windows 7. It fails with the error 3420, object invalid or no longer set. Why is this? Can't you ...
2
votes
1answer
76 views

Can I add a button in an Access stock program to search Outlook?

Is there a way I can make a button on an access database that automatically searches Outlook? My idea is to have a button besides the email address which can be clicked and it will open Outlook, or ...
2
votes
3answers
286 views

MS access 2010 SQL query Help

How can i turn a table from this form: S_ID SUBJECT MARK 1 English 90 1 Math 40 1 Computer 30 2 English ...
2
votes
2answers
238 views

Ensure SQL-92 on Access 2000 mdb to SQL Server under Access 2010

Due to circumstances not fully under my control, I have to develop ACCESS queries which will be stored in an Access 2000 MDB but which may be developed under any one of: Access 2000, 2002, 2003, 2007, ...
2
votes
0answers
101 views

Installing 64 bit app using 64bit MS access on a computer that contains Win 7/Vista 64 bit and MS office 32 bit installed

We have an old software application originally developed for 32 bit OS but later ported 64 bit versions of Windows. The application uses MS-Access as a database and the 64bit version of the software ...
2
votes
1answer
333 views

Case sensitive WHERE in Access 2010

I have to import data from a paradox database into a newly created WPF / SQL-Server application. I have sucessfully imported the necessary paradox-data into Access and now are writing a utility that ...
2
votes
2answers
301 views

Hosting Microsoft Access 2010 in WPF or Windows Forms?

Is it possible to host microsoft access 2010 in WPF or Windows Forms as ActiveX or anything? I've seen DsoFramer examples but it's not supported from Microsoft and not to mention buggy. Some articles ...
2
votes
1answer
135 views

convert an MSAccess DataBase to an SQL Server database

I want to know if there is a way to convert an MSAccess DataBase to a SQL Server database without starting from the beginning. Thanks
1
vote
3answers
24 views

Alternative to Switch statement for grouping results- MS Access

I have a table that keeps track of the letters we send to our customers. We are also keeping track of the letter status in this table, and specifically, we want to know how many people who received a ...
1
vote
1answer
24 views

Query to a Meaningful Report

Sample Query Results Employee_Last Employee_First RoleName CourseName CourseStart CourseEnd Attended Ables Christopher ServiceMGR OTC Training 12/1/11 12/1/11 ...
1
vote
1answer
32 views

How to Create a Custom ID in Access 2010

The title of this Question may not be accurate because I wasn't sure how to ask the question. Is there A way to have an ID field in AC 2010 the has a constant part and then a part of the ID that the ...
1
vote
1answer
121 views

How do I combine these two queries into one?

Query1: SELECT DISTINCT FirstOfFrequencyMHz, Min(LicenceData.distance) AS CoFX FROM [Freq List], LicenceData WHERE ((([LicenceData].class_stat) Like 'F*') And (([LicenceData].type_lc)="A") And ...
1
vote
1answer
38 views

Connect to access 2010 using Entity Framework

How can I connect to ab Access 2010 database with the Entity Framwork? Connecting to SQL Server is so easy but I can't use Access database. Thank anyway for your help
1
vote
1answer
43 views

Creating a query to be used with a muti-series line chart

I have a query: SELECT Format(dateOpened,"mmmm") AS [Month], Format(dateOpened, "yyyy") AS [Year], sum(holdQty) AS [Total] FROM record_holdData GROUP BY Format(dateOpened,"mmmm"), Format(dateOpened, ...
1
vote
2answers
34 views

How can I run a series of SQL commands against a MySQL DB and if any of them fail roll back running MS Access 2010 as the front end?

Preface: I have a MS Access 2010 front end running against a MySQL back end. I have companies that have sites and employees that are linked to those company sites and want to allow the users to ...
1
vote
1answer
118 views

How can I force Access to change the user-name and password for a DSN less ODBC connection?

Preface I have a Access 2010 front-end with a MySQL back-end. I want to use a default MySQL user-name to initially connect to the back-end DB and do password checks etc then switch to a user specific ...
1
vote
1answer
71 views

Infinitely looping through a recordset in VBA

I've got a recordset I'm looping through using .movenext and all, but it always loops around! Dim dbsNu As Database Dim rsNieuw As DAO.Recordset Dim rsOld As DAO.Recordset Set rsOld = ...
1
vote
2answers
94 views

Convert a SQL subquery into a join when looking at another record in the same table Access 2010

I have read that Joins are more efficient than subqueries, I have a query that is extremely slow and uses lots of subqueries, therefore I would like to improve it but do not know how. I have the ...
1
vote
1answer
189 views

Access VBA: enter expression in user form, store calculated result in table?

I've got a form that I'd like users to be able to enter simple maths into, with the calculated value stored in the table. For example: User enters "1+5" into a text box. The answer 6 is stored in ...
1
vote
1answer
89 views

Is there a way to disable Access 2007's Code editors CTRL+Y Shortcut key?

Background I have used MS editors and applications for years including Visual Studio and office products and got use to CTRL+Y being redo. In fact so use to it doing that that I use undo CTRL+Z ...
1
vote
1answer
169 views

MS Access Lookup Wizard columns showing ID instead of name

In General I'm just getting started in MS Access and one of the issues that keeps creeping up is with lookup columns in tables will stop showing the lookup name, and start showing lookup ID. For ...
1
vote
1answer
336 views

access 2003 application runtime error in access 2010 runtime

Hi I have a application designed in access 2003 that has its front-end and back-end split. The front-end has some tables used in the UI and a lot of queries, forms, reports, and macros. This app also ...
1
vote
2answers
176 views

Subform not updating from other subform input in Access 2010

I have a database with 2 sub forms within a form with fields as below Sub Form 1: 'Qty Booked In', 'Qty Booked Out' Sub Form 2: 'Total Stock' When running in Access 2003, the 'Total stock' field is ...
1
vote
1answer
93 views

How do I correctly use an Avg function in an update statement?

I am trying to get the average for each MIUID inserted into a table. The relevant tables and column information are as follows: Table1.[MIU ID], Table1.[Avg RSSI] and Table2.MIUID, Table2.MeanNum ...
1
vote
2answers
201 views

Can i create stored procedures in MS Access 2010?

Can i create stored procedures in MS Access 2010 ? If yes please tell me how
1
vote
0answers
351 views

Microsoft Access 2010 Link Data Service to SOAP web service

I have been tasked with calling a web service from Microsoft Access 2010 when a row is inserted into a table. As far as I can work out, with Access 2010 you can use "Link Data Service" and aparently ...
1
vote
4answers
727 views

Using VBA to create a dynamic table in Access 2010

I have an Access 2010 database with a VBA module that does some statistical analysis on the data. The results of the statistical analysis cannot be generated by SQL, but they can be presented in ...
1
vote
2answers
239 views

Microsoft Access: Long Text field truncated in report! How to fix this?

I created a simple report in Access. One line per record (using the default tabular format with Report Wizard). However, one text field is sometimes too long and is truncated when one record is ...
1
vote
0answers
116 views

Access 2003: Selection from drop-down box to populate table

I have built queries for 32 facilities (an M and a P, total of 64 queries). I am trying to build a form that lists these queries in a drop-down box. When you select the query, it populates the queries ...
1
vote
1answer
332 views

Unable to “Import Reports” with SQL Server 2008 R2 and Visual Studio 2010

I'm attempting to use the "Import Reports - Access" feature as discussed here: http://msdn.microsoft.com/en-us/library/ms156508.aspx Unfortunately on my system I'm not getting the "Import Reports" ...
1
vote
2answers
158 views

Is there a way to empty access database and erase all data on it completely as if the database never used before?

I have Microsoft Access database (.mdb) that contains too much data. When i delete the data in it by code or by deleting records, the data is completely deleted. However the database size remains the ...
1
vote
1answer
58 views

Connecting Tables in Microsoft Access 2010

I'm new in creating database in Microsoft Access, I'm trying to figure out how to connect tables in it. I have 3 tables, I named it as Products, Suppliers, and Prod_Supp. In my Prod_Supp table I have ...
1
vote
1answer
479 views

An Access Problem:How to Set Access Report paper size A3 through VBA code

I want to set access report paper size to A3 permanently whenever user print it through VBA code . For that I have written this code which I have found over net Option Compare Database Type ...
1
vote
1answer
229 views

MS ACCESS 2010 - trying to write a query to avoid duplication in a linking table

This is my first question so I'm going to be very thorough. Bear with me. I am building a database for beers and have created a linking table that allows me to suggest similar beers (either by taste ...
1
vote
2answers
73 views

How to order the resulting query information being inserting into a table while leaving existing table records on top?

I am trying to insert values from a table into another existing table and have just the values I am inserting be sorted in descending order based on a specific column while leaving the existing ...
1
vote
1answer
309 views

Too few parameters. Expected 1 - but I have one

So I've recently been working on a VBA script to transfer an entire database of student medical records from their old one-table, 68-field, flat system to a new dynamic system with 24 related tables. ...
1
vote
1answer
349 views

problems opening and editing Access 2003 with Access 2010

Our company recently upgraded our systems to include Access 2010. All of our database is Access 2003. From time to time, I open our standard database and our regular forms appear. Some forms are ...
1
vote
2answers
77 views

MS Access query problem

SELECT tbl_vehicle_models.model_name AS Vehicle_Model, tbl_vehicle_models.manufacturer AS Manufacturer, tbl_jobs.vehicle_registration_number AS Registration_Number, ...

1 2 3 4