| Thread | Last Post | Replies |
|
| Report Group Section Footer displaying Totals | 31 Jul 2005 19:45 GMT | 3 |
I have a group section footer in a Report in which I want to display various "counts" (not sums). For example: some of the fields in the recordset from the query are:
|
| Copying records | 31 Jul 2005 18:52 GMT | 1 |
I'm using access 2000. I have a table with a main key and another table that maps to that key. Tbl1 Tbl2 *ID Autonum-- *Mykey Autonum
|
| Macros and queries | 31 Jul 2005 16:32 GMT | 3 |
I've got a Macro that runs a few Queries and then ends with a Report. It opens all the Queries and leaves them open and I'd really prefer that it not do that. Is there a way to just run the Queries and/or close them immediately?
|
| Upsizing questions | 31 Jul 2005 15:24 GMT | 1 |
I have a fairly complex access frontend/backend app which I need to upsize to SQL Server. At this stage I would prefer to use access as frontend. I have the following questions; 1. Should I keep using the mdb as frontend or switch to an adp (access
|
| Auto Number | 31 Jul 2005 12:29 GMT | 2 |
I have a database that uses an auto number field type that goes out of sync periodically. My customer gets a "cannot add record, number already in use" error message. I dump the records into a new table starting at auto number 1, and sequentially up to about 20,000. ...
|
| Creating new Fields in code | 31 Jul 2005 04:58 GMT | 1 |
I wish to add some fields to an existing table in code. I am using the following code from rkc. CurrentDb.Execute ("ALTER TABLE MyTable ADD MyNewField Text 25") This works , but I need to also set the Required, Allow Zero Length and
|
| archive macro | 30 Jul 2005 23:55 GMT | 5 |
I'm trying to put together a macro that queries my cell phone call expense DB the selects records as of a specific Date that are not marked "Archive", prints a report, then marks the records "Archive". I've worked out the Queries and the report and even got them into the macro
|
| No Current Record | 30 Jul 2005 23:54 GMT | 8 |
G'day Guru's, A colleague at work has a Access 2002 DB which was up until last night, working fine. However, now when he tries to open it, he gets an error message "No current record". I have tried bypassing the start-up options,
|
| EVERY "on open" gives "expected end of statement" error-->SOLUTION! | 30 Jul 2005 23:53 GMT | 7 |
Wanted to share a solution to something which I didn't find on the net: EVERY form in my Microsoft Access 2002 database gave an error any time any code was to be called: form OnOpen, button OnClick, etc. Error was: <b>The expression On Open you entered as the event property
|
| A97 graphing (x,y) coord's - how to do it? | 30 Jul 2005 23:11 GMT | 16 |
I have 800 rows in a table named tbl800CircleDataPoints. There are two number fields named [X] and [Y] in the table. Both are number (single) Type fields. The data points in the [X] field range from -2 to +2, stepping by
|
| I want to examine each procedure in my class modules and standard modules (A97) | 30 Jul 2005 18:57 GMT | 8 |
Have a look at the procedure below. In particular, note lines 1 and 21... Private Sub JudHrngReqBtn_Click() On Error GoTo Err_JudHrngReqBtn_Click
|
| A97 tables needed containing geodata for USA state boundaries 'n city loc'ns | 30 Jul 2005 18:33 GMT | 2 |
Fat chance, huh? If its not in the public domain, it ought-a-be. As much tax money spent by the USGS & other dept's, every US citizen should be given a copy of s'ware near as powerful as MapInfo. Oh well, enough griping, here's my question:
|
| can Access 2002 or 03 import multiple worksheets? | 30 Jul 2005 18:10 GMT | 2 |
Title says it all: I have an Excel spreadsheet with a number of worksheets. Can Access import them, and if so, what is the earliest version that will do so, and what are the constraints?
|
| Access backup software | 30 Jul 2005 17:15 GMT | 6 |
We have a database that is in use 24/7, and does not get backed up by our network backup software because it is always open. Does anyone have experience with backup software specifically designed for Access which claims to back up open Access databases? (One example is something ...
|
| currency format in a textbox | 30 Jul 2005 16:50 GMT | 3 |
My db is stored in access and I have a field amount and its type is currency. When I read from the db and display it in a textbox, it shows me 15000000 instead of $150,000.00.
|