Tagged Questions

Use this tag for questions specific to Microsoft Access 2003. Use the more generic [ms-access] tag for general Access questions.

learn more… | top users | synonyms

4
votes
2answers
407 views

MS Access 2003 - Help understanding the structure of mdb, mde and be

I was just wanting some explanation as to what is going on once you have split your tables out into a back end file, and set an mde out for use. When a user accesses the mde, is the mdb still ...
3
votes
5answers
69 views

Access: Shell cmd Open MDB

I have been using the following command to open another MDB Access file via VBA: Shell "cmd /c " & Chr(34) & strNewFullPath & Chr(34), vbHide strNewFullPath is the full path of the MDB ...
3
votes
2answers
64 views

How does Access's query editor decide whether to discard my formatting?

Like a lot of developers who are comfortable with SQL syntax I get frustrated when working with Access's query editor. I'm talking about the raw SQL Syntax view, obviously. One of its many annoying ...
3
votes
5answers
206 views

SQL select query not working. in ms access 2010

here are my two charts and my query. Obviously you do see that some parameter names match. but my query shows up as no results. WHY IS THAT? Thank you . Altho this query was made in access 2010 ...
3
votes
3answers
419 views

Adding values in two diff columns in ms access using sql query

Hey I was wondering you know how its possible to use "-" to subtract in the SELECT part of a query. So can you also use "+" to add? I've tried that and instead of adding the values together it does ...
3
votes
1answer
565 views

MS Access Select Query fields based on date range given

I have taken over management of an Access 2003 database for a medical clinic. Unfortunately, the person who created the DB didn't know much about databases and threw everything into one HUGE table. ...
3
votes
3answers
141 views

Ahhhhh! Where did the subform go?

I have a form called Group in my MS Access ADP. On it is a tab control, and in each of the tabs there is a subform. The first tab contains the subform Users, and it isn't showing up in form view. ...
3
votes
3answers
461 views

MS Access 2003: Can data disappear from records and how do I test for this and prevent it?

Problem and about the database: Data from a record in Access 2003 database has disappeared. This database has 1 backend and 3 frontends, multiple users and is hosted on Citrix. Within this database, ...
3
votes
3answers
114 views

MS Access group development

We are planning to redesign quite a huge MS Access application. Is there any way to work concurently on the same application or is it possible to merge two seperate instance of the same file (not the ...
3
votes
1answer
743 views

MS Access 2003 : VBA for INSERT INTO statement, new record: how to grab autoid number created?

I have a button click event that takes information from controls and enters it into a table via INSERT INTO SQL statement in VBA. I was wondering if there is anything I could add to this, or some ...
2
votes
1answer
25 views

How can I hide a sub-report that has no records

I have a sub report on another report that could have no records in it. Is there a way I can hide the report (and its label) when there are no records to display? Alternately, is there a way to ...
2
votes
2answers
35 views

Streamlining data loading in MS Access

I have an Access database that I use for reporting. After I do the initial load of raw data, I have to run some create-queries to create some cache tables (to make forms run faster) and then run some ...
2
votes
2answers
198 views

MS Access 2003: Create a comma-separated string from multiple entries in one column?

I've an access table like this ID | UserName | CarBrand ------------------------- 0 Peter VW 1 Peter Ferrari 2 Mike Audi 3 Peter Dodge 4 Heidi BMW 5 Heidi ...
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
59 views

Setting NULL values to a custom value in Access-SQL

When LEFT JOINing two tables, is there a way to set the cells which can not be matched (NULL) to a custom value? So e.g. when the result returns, the NULL-cells actually HAVE a value, e.g. "N/A" or ...
2
votes
1answer
123 views

Dynamically resize a report Detail area

Is it possible to resize the Detail area of a report dynamically, in MS Access? I have a report and the Detail region has 2 rows, I'd like one of them to be "optional" - when there is no data it ...
2
votes
1answer
51 views

How To Generate a Report for a survey

Okay, so I have never used reports in MS Access before so I am having some issues. If there are any similarities to forms I am very familiar with those. What I am trying to do is to autogenerate a ...
2
votes
1answer
69 views

append query in SQL not working right

INSERT INTO Table2 ( Customer, Order_Date, Stamp_Date, Travelled_Distance, Units, Country, Comments ) SELECT 'CustomerFamily' As Customer, T1.Order_Date AS Order_Date, T1.Stamp_Date AS Stamp_Date, ...
2
votes
3answers
590 views

Microsoft Access ODBC Connection Strings Limited to 255 Characters?

Microsoft Access 2003 database (.mdb) containing a linked table which connects via ODBC to a backend Microsoft SQL Server 2008 table. When I enter design view for the linked table, then view the ...
2
votes
3answers
101 views

Efficient use of calculations in MS Access

This is the kind of thing I feel I should already know, but don't... In MS Access, if a query consists of n calculated fields (say calc_1, calc_2, .... calc_n) but I only want to use a subset of them ...
2
votes
2answers
556 views

Datasheet with dynamic recordsource shows no records in Access 2007, but works in Access 2003

I have an Access 2003 database which uses a main form with a datasheet in a subform. The main form allows the user to select from a menu which updates the recordsource of the subform. The subform also ...
2
votes
2answers
659 views

Mail Merge from Access - Save Merged Document

I am attempting to open a document from access, execute a mail merge, and then save the document output from the merge using VBA. Here is my current attempt: Dim templateName as String, tempRoot as ...
2
votes
3answers
2k views

MS Access VBA = Now() with time trim

So the function =Now()....is there a way I can use this and only get the date, not the time? or is there just a function for this idea? thanks Justin
2
votes
2answers
541 views

How do I get rid of Duplicate Entries With Unique IDs in MS Access 2003?

I'm working on an MS Access Database with tons of duplicate entries. The problem is that there is a table of students, and sometimes instead of just updating a certain student's information, someone ...
2
votes
2answers
504 views

MS Access 2003 - Failure to create MDE file: error VBA is corrupt?

Ok so this is a brand new snag I have run into. I am trying to launch a new MDE from my source MDB file, and it is locking up Access. So in my mdb, I am first compacting and repairing, and then ...
2
votes
1answer
1k views

MS Access 2003 - Embedded Excel Spreadsheet on Access form

Let's say I have an embedded Excel Spreadsheet on a Microsoft Access form. I call the object frame ExcelFrame and I add a text box on the form called txtA1 and I add a button on the form called ...
2
votes
1answer
724 views

ACCESS 2003 Excel 2003 : VBA for opening Excel file from Access and copying a pictre from excel then returning it to Access form

So I have an excel workbook that has a nice global map of shaperange objects. With some very simple code I can change the colors, group and ungroup collections of countries into arrays, etc...and it ...
2
votes
2answers
601 views

MS Access 2003 - Is there a way to programmatically define the data for a chart?

So I have some VBA for taking charts built with the Form's Chart Wizard, and automatically inserting it into PowerPoint Presentation slides. I use those chart-forms as sub forms within a larger forms ...
2
votes
3answers
661 views

MS Access ADP Disconnected Recordset Reverts

I have an Microsoft Access 2003 ADP, which uses a bound "main" form with several bound continuous-style subforms. They all utilize disconnected Recordsets via a helper class. Several users have ...
2
votes
2answers
611 views

MS Access 2003 - Customized Auto-Number IDs for tables?

Is there a way to use my own number in a table like an auto-number; that is to automatically assign the next available to a new record. We have system ID numbers for each employee that I want to tie ...
2
votes
2answers
490 views

MS Access cannot create the MDE Error. Too Many Objects

So I have a MS Access database at work. Recently I tried to put out another MDE file, that actually took something off a report that was previously there. Now I am getting this error that says, "MS ...
2
votes
1answer
358 views

Does Microsoft Access 2003 contain sets or multisets?

I'm trying to confirm or deny whether you can define a table column in MS Access 2003 as a set. It seems this is implemented in Office 2007 - you can define a column to have a 'multi-select list' in ...
2
votes
1answer
256 views

How do I use an Access 2003 mde with Access 2007 and keep my custom menus/toolbars?

Please describe the exact steps required to use a compiled Access 2003 mdb with the Access 2007 runtime and retain my custom menus and toolbars so that they look the same as they did with the 2003 ...
1
vote
2answers
42 views

environ(“username”) versus advapi32.dll

I know there are at least 2 ways of retrieving the username in an Access application. You can use the environ function: environ("username") And you can use GetUsername in advapi32.dll Public ...
1
vote
1answer
32 views

What does a column with plus sign mean in this Access 2003 table?

It's from lesson. They create a field and then in the end result there is a column with plus signs near that column. Can someone explain me what does that column with plus signs mean? And why I can't ...
1
vote
1answer
28 views

Image generation from table data

I'm looking to generate images/image files, basic rectangles made up of smaller squares, with varying colours based on data in my Access 2003 db tables. Basically the table has fields storing rating ...
1
vote
2answers
44 views

migrating ms access to mysql — changing CF coding (from newbie)

I am migrating my coldfusion9 query code from ms access 2003 to mySql. My MySql knowledge is limited, so this is a beginner's question :) In my MS Access code, I used simple cfqueries... here's an ...
1
vote
2answers
41 views

Group By SQL Statement - consolidating results on one row

I have created a database table called tbl_timesheet_hours as follows: timesheet_no work_order_no work_order_date work_order_hours with data populated in the table as: timesheet_no ...
1
vote
1answer
36 views

SQL 2005 linked Access 2003 DB advanced subquery using PHP

I've searched day and night about syntax for subqueries and I still seem to be in the dark about them. On top of that, it seems that I may need more of an advanced subquery to complete this. I will ...
1
vote
1answer
90 views

Max() Behavior Different Between MS Access and SQL server

So I am in the process of rewriting an MS Access application to a SQL server backend. I am struggling with some unusual behavior in the way Access is using MAX() and how SQL Server is doing it. Maybe ...
1
vote
3answers
59 views

How to overload Form_MouseWheel() in MS Access?

How do I overload the Form_MouseWheel(ByVal Page As Boolean, ByVal Count As Long) so that when a user scrolls nothing happens? I don't want to disable the mouse wheel. I want to have the scroll wheel ...
1
vote
1answer
71 views

Migrate MS Access DB to SQL Server Compact Edition

I have a MS Access DB and I need to migrate it to SQL Server Compact Edition. Is there any migration tool for doing it? I need to migrate DB structure and data. Thanks
1
vote
1answer
85 views

Automatically populate an Access database from a script

I have a script that downloads data from a database into a series of CSV files. After they're downloaded, they must be loaded into an Access database for reporting (I use DoCmd.TransferText, and have ...
1
vote
1answer
60 views

Other way to speed up Microsoft Access Form Load with Datasource

I am tasked to fix a performance issue on a Microsoft Access Form. The page has a datasource using a Query. The Query joins several tables and does summation. The problem is when the page loads, the ...
1
vote
1answer
58 views

MS ACCESS 2003 (2000 file format) SQL query

i have a table with the fields : [VARIABLE_CODE],[VARIABLE_NAME],[CAS_NO],[USER_VAR_GROUP_NAME] and what i want to do to this talbe is to either use an append query and take entries from the table and ...
1
vote
1answer
98 views

Continuous form selection deselected on command button click

I have a continuous access form with record selectors enabled. Here's the code for the btnPrintReceipt click event handler. I want it to get the ReceiptID of each selected record and open the report ...
1
vote
1answer
342 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
0answers
213 views

Show crystal report using DataSet object using Access 2003 Database

Private Sub frmReportExpenses_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim objDatasetExpence As New dSetExpences // dataset object named as dSetExpences Dim ...
1
vote
2answers
126 views

How to do MS Access database paging + search?

I have a MS Access 2003 database with a table called product1 with a Primary key named Product Code. There is no auto id column. I have used this sql to do the custom data paging. SELECT * FROM ( ...

1 2 3 4 5 6