| Thread | Last Post | Replies |
|
| Access 2003-adp:Run-time error '91' - Object variable not set | 05 Dec 2005 01:27 GMT | 2 |
Hi all, I ran the attached code and I got the "Run-time error'91'-Object variable not set" on the following statement: cmd.CommandText= "SELECT * FROM CHIL0708A1".
|
| Access Runtime and NT | 05 Dec 2005 01:26 GMT | 2 |
One of my users has installed my application (developed in Access2000) on the server (Novell network and Windows NT) and has installed Access RunTime 2000 on a client
|
| Access 2003-adp:What is wrong with rst.Fields(0).Value="CC-SV-1-4" | 05 Dec 2005 01:26 GMT | 4 |
I have difficulty to get the attached code working (nothing printed out) for me, because the following code statements are not right: Do Until rst.EOF If rst.Fields(0).Value = "CC-SV-1-4" Then
|
| Access 2003-MSDE: Writing VBA Results to Excel 2003 | 05 Dec 2005 01:23 GMT | 2 |
I have succeeded in executing the following VBA code in the Module of Access 2003: Sub openADODB() Dim cnn As Connection
|
| Active X Problem | 05 Dec 2005 01:17 GMT | 4 |
Hello... Please help: I wanted an animated gif in my access db and read a post as to how to do this.
|
| Licensing: Distributing Office for dynamic report generation in vb6 app. Office 2003 (11.0), 2002/XP (10.0), 2000 (9.0) | 02 Dec 2005 19:24 GMT | 2 |
I am looking at Office XP/2002 developers edition to allow for some dynamic Access report generation from with a VB6 app. I read that 2003 starts to require Visual Studio Office Extensions or something of the sort, is this yet a new name for ODE ? Is Office 2003 ONLY capable of
|
| MultiSelect Property | 02 Dec 2005 15:32 GMT | 6 |
I have a listbox of names from which I would like to (a) select multiple names and then (b) use a command button click event to copy the selections to a table field. The destination field will not have need of normalization, sorting, etc., only a general search. I want to have ...
|
| X button | 02 Dec 2005 12:18 GMT | 3 |
I'm developping a small software that i want to run on a stand alone workstation. I've used the runtime pakaging wizard from access developper extension tools. I want to disable the Access main windows X button. i've disbaled the menu
|
| Package and Deployment Wizard - where is it? (ACCESS 2000) | 02 Dec 2005 06:59 GMT | 2 |
Hello -- I feel stupid asking this question: I can't find the PDW that I thought I installed. I installed what I thought would include the Package and Deployment Wizard
|
| Querry by current month | 02 Dec 2005 03:06 GMT | 2 |
I would like to have a querry that displays data for the curent month only without having to always update the query on the first of each month.
|
| If only runtime is installed, what happens when double-clicking an mdb | 01 Dec 2005 21:49 GMT | 1 |
I've never tried this; anyone know, will the Access runtime be invoked to run an mdb file if retail Access has never been installed? I know there would be many limitations (no design etc) but I'm curious about the basic question here, does the Access runtime (2000-2003) act like ...
|