| Thread | Last Post | Replies |
|
| Exit many procedure with one command | 15 Feb 2006 07:30 GMT | 2 |
Is there a way to exit all running procedures with one command? Sometimes a procedure(1) will call another procedure(2) which could call a third procedure(3) and what I would like to do is give a command in procedure(3) that would exit all three procedure without returning to
|
| I Need A Help With Auto Generating String (Access 2003) | 15 Feb 2006 07:24 GMT | 1 |
I need some constructive input to be able to finish my program. I have a field called (1) DateRec, another (2) Municipality and another (3) Type. These three fields invariably will automatically generate a string of number for another field that is called FileNumber. This
|
| Set Security on using VBA in saved Access Query | 15 Feb 2006 07:17 GMT | 2 |
The function or code below creates a saved query used as the record source for forms and reports. The funtions is called each time a user clicks on a button to display a form or report. This works just after security has been set for the user by cheching
|
| FIX for: Compact + mda or mde reference = CRASH | 15 Feb 2006 04:46 GMT | 1 |
Back in November 2005 I posted an item about a problem I was having with Access 2003 SP2 crashing when attempting to compact an mdb file that had refererences to mda or mde files. It would crash only once if the project was not digitally signed. If it was digitially signed it
|
| Access 97 form sizes | 15 Feb 2006 04:43 GMT | 3 |
I've been developing an Access 97 DB on my WinXP Pro machine and have sized all forms, reports, etc. to work on a 1024 x 768 resolution screen. The problem I have is that when on of my Windows 2000 (SP4) users runs the DB in 1024 x 768 screen res then the forms disappear off
|
| printing report in vertical using courier new font | 15 Feb 2006 04:18 GMT | 1 |
I have a report that pulls it's information from a text file. I have the report (Invoice) set up to print some of it in vertical and some of it in portrait. Problem: the verticle won't select the courier new font. It defaults to a font (which I don't know). The portrait uses
|
| How to pass a filtered recordset of a form to a chart? | 15 Feb 2006 02:05 GMT | 1 |
This is for A97 in runtime or MDE mode. My intent was to define a temporary query using the recordsetclone property / filter / orderby. The controlsource of my chart would be based on a grouped query based on this temporary query.
|
| change font size for data labels | 15 Feb 2006 01:39 GMT | 1 |
How do you change the font for the data labels on your bar graph report/chart? I have 24 series, and when I change the font of the data label for one series that does not change them all... Also in design view I only have 3 series displayed...so I need a way to
|
| basic DB structure help | 15 Feb 2006 01:28 GMT | 1 |
Hi, I can't seem to get my head around a simple DB structure problem... Currently I have [MainTable]
|
| Code to check if form is open | 14 Feb 2006 23:59 GMT | 3 |
I've got an input form (frmInput) that can be accessed in two ways. A combobox on this form either gets filled in by a selection on an already opened form (frmBasic), or one can input a value manually after opening the frmInput directly.
|
| Uncheck Read-Only attribute | 14 Feb 2006 23:52 GMT | 1 |
Is there a command or routine that would allow me to uncheck the Read-Only attribute of an external file?
|
| Pivot Chart | 14 Feb 2006 23:37 GMT | 2 |
From: "Martin" <Martin@discussions.microsoft.com> Subject: Pivot Chart Date: Monday, February 13, 2006 3:59 PM I am trying to learn how to use pivot charts. In 1995, if John took vacation
|
| Global Search over Multiple Databases | 14 Feb 2006 21:04 GMT | 4 |
Hi, I have a question. I am asked to produce a global search of a given corporate name, in more that one database. Each database has different table names and different field names in the tables. Does anyone know if this can be done? Thanks
|
| Does associative array exist in VBA? | 14 Feb 2006 21:00 GMT | 7 |
I would like to access to one variable by an indirect mode. I would try to explain myself: I have like twelve variables and all of them are global scope. The point is that I have a private method that depending of the value
|
| Allowing R/O users access | 14 Feb 2006 18:56 GMT | 3 |
I have a couple of lulus here but I'll address the other one in "Queries". This one pertains to allowing users with read-only access to use the database whilst a person with admin access is using it. The way it stands right now, if an admin user is in it the r/o user gets a ...
|