| Thread | Last Post | Replies |
|
| Help! Too Few parameters. Expected 3. | 19 Jan 2006 14:45 GMT | 2 |
Trying to Export items from a Query "CalenderExport Q" (See Query Below) that uses imputs from a combo box in a form. Using a function to export the records to Outlook - However, When it gets to Set rst = oDataBase.OpenRecordset("CalendarExport Q"), it gives me an error "Too Few ...
|
| populate subform | 19 Jan 2006 13:37 GMT | 1 |
Is there a way to populate a subform with an ADODB recordset? When the recordsource is set this way, the Access linking feature (master to child) doesn't work. I presume I will have to pass a key value on opening the main form. Is that what others have done (or just avoided the ...
|
| Get Primary key from Access db | 19 Jan 2006 11:41 GMT | 6 |
I have an Access database and a C++ application (module developed with managed extensions for C++ indeed). I can get all tables from database using SQLTable function (ODBC API). But SQLPrimaryKeys function doesn`t work.
|
| Moving info between Excel and Access | 19 Jan 2006 08:09 GMT | 1 |
I'm looking for some feedback with regard to taking some data from an Excel Workbook we use to track info on and loading it into Access AS QUICKLY AS possible. Once it's in Access I can do the rest, but I am sort of new at the best method to automate the movement from Excel to ...
|
| Automating Report exports | 19 Jan 2006 06:18 GMT | 2 |
I have a report in my MS Access application that I would like to attach to an e'mail and send to others. To do this manually, I preview the report, right click and select Export. Then save as an RTF file and attach to an e'mail. I need to automate this so
|
| References Errors and generally other weird behavior | 19 Jan 2006 05:45 GMT | 3 |
I'm having a problem with access 2000 on my system. I have uninstalled and reinstalled it several times and occasionally the problem is fixed for a short time and then reoccurs. I have code that runs at my clients and on my laptop and was running perfectly on my desktop but now ...
|
| Module needed to call up Global address List from Access form | 19 Jan 2006 05:38 GMT | 1 |
Is there a way to call up the Global Address List from within Access? I want to incorporate the search function of the Global Address List to help populate a drop down to select USERID from within an Access form. On the db form the user would type in the first few letters of the ...
|
| Help, Error. Too Few.... | 19 Jan 2006 05:36 GMT | 1 |
Trying to Export items from a Query "CalenderExport Q" (See Query Below) that uses imputs from a combo box in a form. Using a function to export the records to Outlook - However, When it gets to Set rst = oDataBase.OpenRecordset("CalendarExport Q"), it gives me an error "Too Few ...
|
| Problems accessing Outlook from Access | 19 Jan 2006 05:29 GMT | 1 |
I have the following code Dim ObjOutlook As Outlook.Application Dim ObjCtl As Office.CommandBarControl Dim ObjPop As Office.CommandBarPopup
|
| Delete Queries, Forms, Reports And Modules | 19 Jan 2006 05:28 GMT | 1 |
How can all the queries, forms, reports and modules be programatically deleted from an external database? Thanks!
|
| Need sample code for the label print | 19 Jan 2006 05:21 GMT | 14 |
dear mvp's I need your help to give a sample code for the following situation, As i have tried other ways i can't get it. this is my table structure (For eaxmple)
|
| Updating a table then deleting current record | 19 Jan 2006 05:19 GMT | 3 |
Good afternoon all, I have a dB that I am working on that a user can submit a request to add something to a table that is used as a record source. Once the user hits submit, it sends out an email to a group mail box to tell managers what has
|
| flag for most recent date | 19 Jan 2006 02:16 GMT | 3 |
have a table with three fields: Parcel,date of sale, and most recent. Want to cycle thru records, and flag the most recent sale for a single parcel id. Know logically how to do how I'd do it... but need advice on best way to
|
| populate form with recordset | 19 Jan 2006 00:20 GMT | 1 |
I am trying to populate a form with an ADODB recordset using code supplied here: http://support.microsoft.com/?kbid=281998 but I get an error "operation is not allowed when object is open" when
|
| Using a field value in a public error handling code | 18 Jan 2006 23:54 GMT | 3 |
I am trying to set up a table of application settings which would allow the user to set certain values. At the moment I am working on setting up the application name. I know that the user can set an application name using the standard Access Options, but in addition, I want the ...
|