| Thread | Last Post | Replies |
|
| Subform update | 16 Sep 2005 15:30 GMT | 7 |
Can anyone help with this? I have a subform on a main form and when I go to a new record on the subform and type the first letter of info, I get an error message that says "Field cannot be updated." I clicked the Help button on the message but didn't find anything that applied ...
|
| Cannot remove the dialog importing pictures | 16 Sep 2005 14:58 GMT | 10 |
I have a form showing jpg images. when going to next record a dialog appears in the middle of the screen with text: Importing C:\pictures\pic1.jpg
|
| Command Box won't open After problems with msado15.dll | 16 Sep 2005 12:36 GMT | 1 |
I am running Microsoft Access 2002, and one of my users reported an error message that stated a missing reference to msado15.dll. I went into Tool/References and unchecked the MISSING reference and reassigned it. I have even tried upgrading MDAC, and the error message goes away ...
|
| Mail Merge a Single Record to a Word Document (Template) | 16 Sep 2005 11:40 GMT | 1 |
I want to create a system whereby I can send a letter to new members of an organization. Can someone give me an idea or some direction of how I can put a button on form that will merge the information from the open record to a word document.
|
| access error | 16 Sep 2005 10:55 GMT | 6 |
I am using access 2000 and windows XP I have two forms "Orders by Customer" & "Payments" On the "Orders by Customers" when I click to open Payments and enter a
|
| Requerying an unbound form from another form | 16 Sep 2005 07:30 GMT | 7 |
I have an unbound form frm1. It opens frm2 which opens frm3. frm3 updates some data fields on frm1 so after the users saves frm3, I want to execute the current event of frm1 so that it reads the record source again and populates the form with the most current info. I have ...
|
| Help with code | 16 Sep 2005 06:30 GMT | 9 |
I have downloaded a form that shows who is logged on, however it only shows one person as being logged on (me) when I know that several other people are also logged on.. The code attached to the form is as below:-- Option Compare Database 'Use database order for string ...
|
| Fetch Default not working | 16 Sep 2005 04:26 GMT | 1 |
I have a continous subform and I do not want to see a row for new record. I have set the "Fetch Default" to No in the subform, but still not working. Help. Thanks.
|
| Query parameter is field on subform? | 15 Sep 2005 22:09 GMT | 4 |
This is what I have that works: txtAssignee on frmMain qrySARs_By_Assignee with this Criteria for SAR_Assignees: Like "*" & [Forms]![frmMain]![txtAssignee] & "*"
|
| Graphical Control... | 15 Sep 2005 22:01 GMT | 1 |
I am developing an Access 2000 app and want some sort of an interface that I can place some graphics (.bmps or jpgs) on, and allow the user to double click them which will then bring up another window where the calcs will be entered... This would be something similiar to the way ...
|
| Filtering a form causes a crash | 15 Sep 2005 17:55 GMT | 2 |
I have a combo box on a form that lists 3 types of callers 1. All 2. Anonymous 3. Specific Caller (LastName, FirstName MI)
|
| How to compare dates in an IF statement | 15 Sep 2005 16:50 GMT | 2 |
MS Access 2K, Windows XP ==================== Hi, I have a form with a text control txtDate and Control Source set to Date().
|
| Operations must use an updatable Query - HELP URGENT | 15 Sep 2005 16:43 GMT | 2 |
Till yesterday this database was working quiet fine. Today its throwing the error while saving or quiting "Operations must use an updatable query". I found some tips in the internet for fixing. But none did work. Help me out guys, I am in a very critical state. The db is down and
|
| Search through multiple Access Databases in a directory | 15 Sep 2005 16:30 GMT | 2 |
Is there a way to search through mulitple database for a specific word or words in code without opening all the databases? I've got more then 8 databases that I need to search through and opening each seperate database is too time consuming as we plan on doing it more then just ...
|
| Getting RunTime Error | 15 Sep 2005 16:30 GMT | 1 |
Good Morning, I am trying to run code in a form, and I am getting error of Run-Time Error '2501' The OpenForm action was cancelled.
|