| Thread | Last Post | Replies |
|
| Run Time Error 3048 - reserved error (-1104) | 24 Jul 2005 10:09 GMT | 1 |
I have an access 2000 database running a custom application. I have a record management form which displays all the details for an item in the system, (covers 4 main tables, decending in details 1 -< 2 -< 3 -< 4 >- 5 and a lookup). The fornt end stores the code, and the backend ...
|
| Testing For Presence of a Section | 24 Jul 2005 09:51 GMT | 3 |
In looping through the Forms collection,changing the names of several control names in the FormHeader, I triggered an error on a form that doesn't have one. How can I test for this? Thank you.
|
| Need help to Understand Class Modules | 24 Jul 2005 08:42 GMT | 2 |
Can anyone explain in simple layman's terms what Class modules are and how they can be used? I have read numerous articles and book chapters on the subject and still can't quite get my head around the concept. I have a rudimentary knowledge of VBA and have successfully
|
| ODBC linked tables -- can I refresh them all at once? | 24 Jul 2005 08:39 GMT | 2 |
I seem to remember that I used to be able to refresh all linked ODBC tables at once. Now I don't seem to be able to do that. It's possible I'm remembering wrong; that's been known to happen; or equally possible that there's a way to make it happen that I've forgotten.
|
| linking accounts | 24 Jul 2005 05:47 GMT | 1 |
Can anyone please help me with this? How can I link my other email accounts to my outlook express account?
 Signature ARNIECE ROWELL
|
| Creating Single Snapshot Files for Multiple Records | 24 Jul 2005 00:55 GMT | 1 |
I have a form based off a workload table. Once a specific task is completed, a checkbox is marked yes then a report is created and saved in a snapshot format. Each snapshot is given a specific name for identification purposes. As things stand, we cannot check several items off ...
|
| How do I set up a database | 24 Jul 2005 00:17 GMT | 1 |
I need to set up a database, is there a program to do this, it is for storing, contact details & telephone numbes. If there is such a program can I get it free, or do's any-one have this program that I can have.
|
| How do I set up a database | 23 Jul 2005 23:18 GMT | 2 |
I am new to computing, I need to set up a database so that I can store contact details and telephone numbers. is there a program that I can get, or do'es any-one have a program that they would like to let me have. please help as this is important.
|
| VBA | 23 Jul 2005 20:53 GMT | 1 |
pls help me with teh following problem i have written a pice of code, how shuld i define stQueryAuslauf if the variabe should present the output of an query (eiter there is any or none)? Dim stQueryAuslauf as Variant
|
| Function Modules - Conversions 97 to 2000 & 2002 | 23 Jul 2005 20:02 GMT | 9 |
I have come across a Function that calculates networking days takin into account bank holidays. My problem is that the Function work perfectly in Access 97 but does not work in either a 2000 or a 200 version. I believe it has to do with ADO & DAO, but I do not understan
|
| Moving ADO routine back to DAO | 23 Jul 2005 12:54 GMT | 3 |
I have a client running an app (Access MDE code SQL2000 data) I developed using Windows 2000, Access 2000 under very rigid update control. I find difficulty in matching MDAC & dll versions between my development
|
| Aligning a Word Table | 23 Jul 2005 10:30 GMT | 1 |
I created a Word Table using WordObj.ActiveDocument.Tables.Add(WordObj.Selection.Range NumRows:=3, NumColumns:=2 The problem is that I cannot get the entire table to align to th
|
| How to reference the secondary axis? | 23 Jul 2005 06:36 GMT | 1 |
I want to set the secondary axis to the same value as the Y axis....this code modifes the Y axis, but how to reference the secondary axis? Me![Graph0].Object.Application.Chart.axes(2).maximumscale = 7 Thanks
|
| Number of days in a month in any given year... | 23 Jul 2005 04:44 GMT | 32 |
Is there a built-in function in VBA Access that returns the number of days in a month in any given year? Or you have to develop your own. Thanks in advance
|
| Programmatically Changing Form Appearance | 23 Jul 2005 01:20 GMT | 8 |
We have an ever-growing multi-purpose application whose grey forms have become a little tired-looking. We'd like to make some simple changes to color and positions of the title and eyebrow from their current locations, etc. The title and eyebrow are in a consistent place form ...
|