| Thread | Last Post | Replies |
|
| Sorry for this silly question | 22 Jul 2005 06:55 GMT | 4 |
What is 'Dirty', I believe that it can be used to save changes to a record
|
| Delete Record On Close | 22 Jul 2005 05:03 GMT | 2 |
I am trying to create code to delete the current record in my form when the user closes the form if a particular field is null. If the field is null, it would indicate that the user didn't complete enough information for the record to be "real." Following is the code in the On ...
|
| ACC2000: Can't do AND Search using 2 search keys? | 22 Jul 2005 04:53 GMT | 1 |
Hello group, I am trying to search using several search keys. In my case I want t search by Last Name and First Name. Heres the code that I am using: (on Query x: Last Name Sorted (ASC)
|
| Order of Records in Combo Box problem | 22 Jul 2005 03:50 GMT | 4 |
I have a combo box on a form. It contains the line numbers for a specific invoice. the control source is aa query from a table. I want to view the line numbers in Descending order(Highest number to smallest number). When I run the query alone it looks fine. When I use the combo ...
|
| display subform record in main form | 22 Jul 2005 03:19 GMT | 13 |
I have a main form with a subforms. I need to find a way when display a record in the mainform while i am browsing the subform with store all the records. The main form can also be used to in put new record for the subform.
|
| RunSQL or Execute? | 22 Jul 2005 00:25 GMT | 1 |
Is there an advantage of using RunSQL over Execute? What are the differences here? Thanks, Fred
|
| How to access outlook messages from remote computers on a lan | 21 Jul 2005 23:37 GMT | 4 |
I have a need to be able to view emails that are stored on various computer in the office, if it is possible, how?
|
| Does any know how to open word files from an access form control? | 21 Jul 2005 23:33 GMT | 2 |
I am creating a database in access and want to create a control button on the switchboard form that allows me to open a word file. Do you know if this is possible? I know its possible to open the "word" application.
|
| Form Opening without Docmd.OpenForm Command | 21 Jul 2005 23:15 GMT | 3 |
This is really odd... I have a piece of code that tabs from one control to another and as it executes, it opens a form in my database that is not even being called. I thought maybe the database was corrupt (since there is no code to open
|
| Dcount on Form | 21 Jul 2005 22:51 GMT | 3 |
I have a quick quesion I hope someone might have an answer to. I am trying to a dcount on a form. I am trying to use criteria that uses two different fields. I have never done it with two different criteria and can not get it to work. Here is the code: =DCount("[event_id]","All ...
|
| Yet another "enter parameter value" popup | 21 Jul 2005 22:15 GMT | 5 |
I have a main startup form When you click a button, it brings up the "companies" form when I click the "done" command button, it tests to see if the current record has been changed and asks if the user wishes to confirm changes:
|
| Check Tables in Use | 21 Jul 2005 22:11 GMT | 3 |
I'm using Access 97 I need to delete a heap of tables. But first I need to check if they are in use. If one table is being used then I don't want to delete any of them. I know I need two loops, one to check if the tables are open or being used,
|
| List Box length is limited? | 21 Jul 2005 20:27 GMT | 4 |
In Access97, I am finding that a List Box has a limit of 2048 characters assignable to it. Are there any suggestions on how to get around this? I have a sequence of "commands" that the user defines, which could be of variable length, and breaking these up into multiple List Boxes is ...
|
| Keydown skips | 21 Jul 2005 19:47 GMT | 4 |
In the keydown event of a control (eg. Control A) there is code to set the focus to the next control (eg. Control B) if the key that is pressed down is either the Tab or Return key. What happens is that the focus is set to Control B then automatically is set to the next control ...
|
| Secondary "Pop Up" Form Won't Accept Data Input | 21 Jul 2005 19:09 GMT | 1 |
I have a form which is triggered by a button on a main form. The pop up type form is based on the same query as the base form, which stays open "below" the active pop up type form. The pop up form, however, is totally locked and won't accept any data.
|