| Thread | Last Post | Replies |
|
| Replacing backend database | 26 Apr 2005 00:05 GMT | 2 |
I use a utility database and the following code to link from an original backend to a temporary backend, in order to replace the original with a newer version: Dim dbs As Database
|
| Combo box record source in datasheet | 25 Apr 2005 23:50 GMT | 1 |
I have a combobox on a form in datasheet view that's record source is tied to a another control on the form. the combo box is set to limit to list. When the other controls value is selected the values in
|
| Best way to save a record? | 25 Apr 2005 21:02 GMT | 1 |
I have an application in which the data entry person first enters in key info. about a patient record (e.g., 'Patient ID' and 'Patient Initials') on a 'Patient Info.' form, then clicks on a Command Button to go to a custom Switchboard, from which she/he can open a number of ...
|
| Need some code to see if a form is already open. | 25 Apr 2005 19:33 GMT | 1 |
Hey all, So here is what is going on. There is a button on a form that opens another form. Now this form is based on several queries, and is kinda sensitive, so through the day pressing that button to run a macro that opens it up, isnt
|
| excel rows--Hide or Unhide from Access | 25 Apr 2005 18:59 GMT | 1 |
Using VBA to operate on an Excel spreadsheet from Access, I need to hide (or unhide) a range of rows. How can I do this? Also, is there a good reference available that tells me what the Excel properties and methods are for a spread sheet?
|
| Set Focus & 2108 error | 25 Apr 2005 17:46 GMT | 5 |
This is just an FYI for anyone who may have lost as much time as I did with this set focus issue. The case is this: You have 2 list boxes and you want to update the 2nd one when a user selects a row in the first one. However, lets say for some reason you want to have
|
| append contents of field to another field | 25 Apr 2005 17:39 GMT | 8 |
I would like to (using code) have text data from a table field be automatically appended to the end of text data entered in another field. Specifically, Field 1: "123456"
|
| automatic field population | 25 Apr 2005 16:46 GMT | 1 |
I have a form (Form A) where the user enters customer information that exists on one table (Table A). Each customer is assigned a customer ID. I have command button that opens another form (Form B)that contains some additional information that exists on a different table (Table ...
|
| coding to export to Excel | 25 Apr 2005 16:43 GMT | 2 |
Is there any way to code the event procedure for a command button so that when it is selected by a user "Report A" automatically opens in Excel? Thank you for any assistance. LB
|
| Me.Dirty = false | 25 Apr 2005 16:21 GMT | 2 |
Good Morning, I have been using me.dirty = false to force a save. It seems to work well, but I have a form, and after I am sure I have entered a record I want to add records to another table. So I enter code into the AfterUpdate Event, but so
|
| copying new records to another table | 25 Apr 2005 15:46 GMT | 1 |
I want to copy records to a 'copy' table whenever a new record is added in a 'source' table. How to acheive this? Thank you for your insights.
|
| Message box on cancel code? How? | 25 Apr 2005 15:35 GMT | 2 |
Hi guys, I have a tick box which when the user ticks I want to display a msg box asking the user to confirm they have entered all details on a form correctly. I have the following code which works to some extent. This displays the msg box but if the user clicks cancel the box is ...
|
| Sorting continous form | 25 Apr 2005 14:18 GMT | 4 |
I have a continous form with labels on top. The columns could be Date Customer 22.04.05 Pettersen
|
| String Manipulation in Access 2003 | 25 Apr 2005 14:08 GMT | 2 |
Good Morning All I am quite a novice at coding for access, but am trying to learn as much as i can in works time and they have let me loose on creating a company database.
|
| Form / Subform Read Only after update? | 25 Apr 2005 09:19 GMT | 5 |
I am wanting to set up my invoice form/subform to be read only after updating, but still allow for new invoices to be added without a password. Thanks, Brook
|