| Thread | Last Post | Replies |
|
| Problem with exporting my data | 20 Apr 2007 00:10 GMT | 2 |
All, I am trying to export one of my query result to an excel spreadsheet using the "docmd.transferspreadsheet" option. Everything is working fine except for this issue. Whenever I export the data, it just overrides any previous data
|
| Update Table Using A Recordset | 19 Apr 2007 23:10 GMT | 4 |
I am trying to update a field in a different table and having no luck with my code shown below, does anyone know why this is not working. I get a Run-time error '3219' "Invalid operation". Private Sub cmdSave_Click()
|
| Recordset | 19 Apr 2007 21:54 GMT | 5 |
i need some help to correct the below code. Thanks Public Sub Check_Records() Dim dbs As DAO.Database, qdfCurr As DAO.QueryDef, rst As DAO.Recordset, strSQL As String
|
| set caption property of a label | 19 Apr 2007 21:50 GMT | 1 |
Is there a way I can set the caption of a label in a form in another database? I am trying to use DoCmd.SetProperty (filename.Form_Main_Menu.Label8,acPropertyCaption,"new value") but it won't work.
|
| How do I make a combobox appear on a form conditionally | 19 Apr 2007 18:44 GMT | 6 |
I have a form with a "nature" combobox. I want to have different comboboxes appear based on the selection in the "nature" combobox. I suspect, I need to have an "after update" macro for the "nature" combobox
|
| User Selected File won't import into table | 19 Apr 2007 17:50 GMT | 6 |
I have a simple form with 2 buttons and text box. When the user clicks the "Select File" button this allows them to browse their hard drive and select a csv file. The patch to the csv file is in the text box. The second button is "Import File" which the user would click and
|
| Compact and Repair | 19 Apr 2007 17:24 GMT | 2 |
I was hoping someone could elaborate on how to automate compact and repair on a db. I have a db that i wish to implement for a charity. It is split (front-end ... Back-end...). the db is half way around the world and on a network that I cannot access so I need it to operate ...
|
| Retreive data from a table | 19 Apr 2007 15:38 GMT | 3 |
I have two tables in my Access database. One table is named Cases and the other table is named Subpoena. My objective is to look up a CasFileID in the Cases table and make sure it matches the field File_ID which is a field located in the Subpoeana table. When the user types in ...
|
| Microsoft Imagelist Control 6.0 | 19 Apr 2007 12:34 GMT | 2 |
I am trying to use the imagelist control to store pictures that I can use to animate an image control on a form. I cannot figure out how to assign one of the images in the imagelist to the image control. Does anyone know how to do this?
|
| Apply filter VD code - not working | 19 Apr 2007 08:53 GMT | 1 |
In previous databases I've used the following: Using a form (called frmEnquiryForm) I'm attempting to look up a table that has peoples names and addresses: In the table and placed on the form is a field "ID" which holds the names of
|
| Any technique to incrementally saving as code is developed? | 19 Apr 2007 08:45 GMT | 2 |
I'm looking for some wisdom on a technique or method that lets me keep track of incremental saves to a database as I write code to automate database functions. Looking for anything you all have done or currently do in order to keep
|
| can't update combo box Row Source | 19 Apr 2007 07:58 GMT | 1 |
I am trying to change the table that a combo box is populated based on a user selection. Basically, I am just changing the variable 'strKits' and executing the following code: obj.cboKit_PN.RowSource = "SELECT [" & strKits _
|
| Delete lesson help | 19 Apr 2007 06:26 GMT | 13 |
I'm trying to to delete a single record. Using the following: ----code------- SaleNo As Long
|
| Emailing contents of Combo Box | 19 Apr 2007 03:16 GMT | 2 |
I have an application where I email a person data from a form. On that form is a combo box which shows the second field of a table ( field 1 is the ID and field 2 is a name). When I include the contents of the combobox in the mail I always get the first field. Is there a way to ...
|
| 30 day count | 19 Apr 2007 03:05 GMT | 7 |
i have a database used at work to track certin accounts. recently, we have decided to monitor these accounts heavily for 30 days, after which they will be retained but there will no longer be a need to review on a daily basis. All i want my code to do is take the date entered ...
|