| Thread | Last Post | Replies |
|
| GotFocus event fires twice. | 30 Apr 2008 03:02 GMT | 5 |
Can someone explain to me the following: I have a Listbox on a form. I set the GotFocus property to [Event Procedure] and then define a function. Do the same for LostFocus: Private Sub cboSchoolNameSelect_LostFocus()
|
| Cancel Save On Close | 30 Apr 2008 02:06 GMT | 3 |
I'm trying to cancel all/any changes or additions made on the form when the form is closed (ie, the user close on the form without clicking on the 'Cancel' button on the form), by clicking on the top right 'X' of the form. This form is basicaly a data entry form.
|
| code to select more than one item from a combo box | 30 Apr 2008 00:56 GMT | 3 |
What is the code to select more than one item from a combobox ina form? Any help, reallly appreciated Thank you, Lincy
|
| report count function and start recordset with highest number | 30 Apr 2008 00:21 GMT | 1 |
I have a report where at the footer I have: =Count([WIMS_SUB_VEND]) Is there away to have the report start with the highest number of [WIMS_SUB_VEND] first like item 1 has 108 items
|
| How much code can be put into an Access 2003 database | 29 Apr 2008 23:53 GMT | 24 |
Are there any limits to the amount of VBA code that can be put into an Access 2003 database?
|
| Time how long it takes to complete a form | 29 Apr 2008 23:52 GMT | 2 |
Hey everyone! Does anyone know of a way to physically time how long it takes for someone to complete a form? For example, as soon as they start entering text in the first field, a timer (in the background - they don't have to see it) will
|
| Keep focus on record | 29 Apr 2008 23:20 GMT | 6 |
I have a main form [orders] and a nested form [items] - depending on the order type, a different [items] form will appear - this can vary from order to order, but within an order, the [items] form will always be the same. Also, there may be multiple item records within one order ...
|
| coding a event to make a form to "allow edits" | 29 Apr 2008 22:31 GMT | 7 |
Access 2003 So I have a data entry form that does not ally edits. My MO in the past was to create a duplicate form for users to make edits to that data.
|
| Using VBA to set the Save As Dialog box text box values | 29 Apr 2008 22:23 GMT | 3 |
I want to use VBA to control the values in the "Save In," "File Name," and "Save as Type" text boxes when the Save As Dialog box pops up. I don't know how to refer to those text boxes to set their values. I also want to use VBA to "click" the Save button. I am using Access 2002-3 ...
|
| The form name is misspelled or doesn't exist | 29 Apr 2008 22:19 GMT | 5 |
I brought some work home this weekend and created a couple of new forms. Everything worked well (both home and work are using A2k3, SP3). I brought my db back into the office this morning, and started having problems almost immediately. Access didn't like one of the forms I ...
|
| No Spam !!!! test 4 microsoft-news.for-um.de | 29 Apr 2008 22:11 GMT | 9 |
Only a test for http://microsoft-news.for-um.de/ thanks for your understanding admin microsoft-news.for-um.de
|
| Doesn't anyone at Microsoft monitor these groups? | 29 Apr 2008 21:39 GMT | 41 |
I've recently noticed a huge increase in the number of SPAM messages being posted to the Access newsgroups. Doesn't anyone from Microsoft monitor and police the groups?
|
| null function | 29 Apr 2008 21:21 GMT | 4 |
I have a date parameter in my query
>=DateAdd("d",-15,Date()) I looks back 15 days. I search by vendors and sometimes some vendors do not have any records in the last 15 days. How can I get a
|
| ComboBox Fill-in-as-you Type | 29 Apr 2008 20:58 GMT | 3 |
I have a ComboBox on a Subform that Auto-Fills 3 text boxes. If you select from the list the first time you can type several letters and click on the vendor you want. If you decide you want to change the vendor you can click on the arrow and the selection list appears you can ...
|
| Cascading Combo box | 29 Apr 2008 19:05 GMT | 4 |
This is not working for some reason. Private Sub cboCountry_AfterUpdate() On Error Resume Next Select Case cboIssueCategory.Value
|