| Thread | Last Post | Replies |
|
| A2k - annoying write conflict can't be supressed | 04 Feb 2008 17:41 GMT | 2 |
I'm amending the contents of a bound subform after the user changes a selection in a combo box on the parent form. This means invoking recordsetclone, looping through it and performing the required updates. In order to see the newly updated form I Refresh it but this causes a Write
|
| loop vs SQL | 04 Feb 2008 13:22 GMT | 3 |
I'm a novice at VBA. I have a table with 2 fields, "Category" & " "Amount". Using a form, I want to find all of the instances of an entry in "category" (ex,"Groceries") and total the "Amount". I'm not sure if I should use "While...Wend", Do While...Loop, or a Sql
|
| Access complains. But why. | 03 Feb 2008 18:58 GMT | 9 |
I recently made an update utility, i.e. another mde that is shell to if an update is detected. On one pc however Access rather rudely complains: (first in Dutch and then I will more or less translate...)
|
| once upon a time... : linked tables | 03 Feb 2008 10:21 GMT | 3 |
once upon a time I read that the communication with the back end would be faster if one table there was kept open. For that purpose you were supposed to make an otherwise useless table in the back end, link to it and open it when opening the front end, keeping it open
|
| Crosstab click opening a report | 03 Feb 2008 04:36 GMT | 8 |
I'd like to click on a control in a crosstab query, say Col 4, Row 3, and have the On Click event open a report showing the underlying data making up that summed # in Col 4, Row 3. Is this a complicated thing to do or relatively easy?
|
| Allocation of compensation by month | 03 Feb 2008 03:06 GMT | 5 |
Help! I'm a relative novice (compared to all of you!) re Macros and VBA. I'm trying to track commissions earned from the sale of insurance products. When someone pays an annual premium, my commission is earned immediately and can be allocated to a particular month. But when ...
|
| Need Help Understanding How To Make This Work | 02 Feb 2008 23:14 GMT | 5 |
I have created a database application that uses a macro, activated by a button click event, that runs a query which returns a recordset consisting of a subset of the matching database record, and displays the data within a form. The query on the table produces a recordset based
|
| Exporting specific fields from tables | 02 Feb 2008 23:08 GMT | 4 |
I know how to export whole tables as follows... <elsnipo> 'Export This Table strTable = "tblthis"
|
| Query by Form | 02 Feb 2008 23:07 GMT | 7 |
I have spent more time than I am willing to admit trying to figure this out... I'm trying to use a form to manage the criteria in a query. This one query feeds to numerous other append queries as part of a monthly
|
| Preventing Duplicate Records | 02 Feb 2008 23:02 GMT | 12 |
I have a table (tblStatus) with three fields (CustomerID, StatusType and StatusDate). I use an unbound form with three text boxes to enter data into the table when a command button (cmdSave) is clicked. CustomerID, StatusType are values that are manually entered by the
|
| navigation buttons sometimes require two clicks to move | 02 Feb 2008 18:17 GMT | 4 |
Using A2003 My db has main form [frmStakeholders] with stakeholderID & other main details. When there are a number of detail subform records it often requires
|
| dll File | 02 Feb 2008 17:45 GMT | 8 |
Two questions ............ 1. Can VBA be used to create the procedures in a dll file? 2. Can anyone give me recommendations for free downlaodable tools for compiling a dll file?
|
| Data Entry to DataSheet Form with Datasource Query | 02 Feb 2008 16:24 GMT | 1 |
Hi I am attempting to build a small pasture management database in my spare time to improve grazing decisions on the family dairy farm. I have a table that stores a list of the farms paddocks and their related data. I have a table that records farmwalks which are done
|
| Can a UNION query also be made to double as an APPEND query? | 02 Feb 2008 16:10 GMT | 1 |
I wanted to turn this... SELECT [AddnlOwnrFName] & " " & [AddnlOwnrLName] AS Recipient, "Additional Owner" AS Position FROM tblVehicleJobs INNER JOIN tblAddnlOwnrs ON
|
| Combo Box Help. | 02 Feb 2008 15:41 GMT | 2 |
I have a table with the following fields; Zip, City and State. I want to be able to select a Zip code in a combo box on a form. On click, it should fill the text boxes with corresponding City and State. Can someone help please?
|