| Thread | Last Post | Replies |
|
| Can not show up the picture automatically | 10 Jun 2008 16:38 GMT | 6 |
This is my VBA to update the pictures of the members. For your info, there several tabs to update the member information including the photos. When we update the photo by typing in the image path it does not automatically show up the picures. We have to go backward to the previous ...
|
| collapse combo | 10 Jun 2008 16:09 GMT | 4 |
I have a combo box used for selecting the client record the user wants to work with. I have autoexpand set to Yes. When you begin typing, the combo automatically drops down to make several selections visible at once. Once the user finds the correct client and clicks on the ...
|
| shortcut menu and popup modal form | 10 Jun 2008 15:53 GMT | 4 |
I have a shortcut menu on popup and modal form. The shortcut menu is working when the form is normal form, but it does not work when I set to popup and modal form. Does Access shortcut menu suuport popup and modal form?
|
| sub form filter | 10 Jun 2008 15:31 GMT | 2 |
I have a form [MAIN], which has a subform [1] (child name is [1_sub]), which then has 2 sub forms [a] (child is [a_sub]) and [b] (child is [b_sub]). When a record in subform [a] is selected, I am sending an email out, but notice that I cannot set up WHERE criteria for a report ...
|
| application.wait | 10 Jun 2008 15:19 GMT | 10 |
I am running Office 2000 Pro on a domain's worth of XP Pro workstations. Can someone please help me understand why 'application.wait' works in Excel VBA code but not in the code of an Access form? I thought perhaps it might be an object library issue, but I have duplicated
|
| Runtime Error 3021 no current record. | 10 Jun 2008 13:31 GMT | 1 |
I have a modified version of Allen Browne's search form. When I click the filter button I get 3021 error. The Debugger takes me to Me.Filter = strWhere in the code. If I then go and open the query that the form is searching the query has run correctly based on the paramters. Help ...
|
| Foreign name changes to English word when entered on form | 10 Jun 2008 07:52 GMT | 3 |
Hi all... I need help on how to configure access not to return or correct certain texts into English words. For example, I have this form that I enter records of people's names. But whenever I enter tha name TEH in the name field, it returns as "THE" when I press enter or when I add ...
|
| sending a record via HTML Email | 10 Jun 2008 03:24 GMT | 1 |
OK. With help, I was able to get access to send an HTML email. Now I just need to get the record to be passed. How and what values do I type and where?? I know this is probably VERY simply but I lost :-) Thx
|
| tab stop on tab control | 10 Jun 2008 01:55 GMT | 4 |
I just realized that there is no tab stop property on the second page of tab control. Are there any way to let user tab stop on all pages on the tab controls?
|
| Confirm data change on close | 09 Jun 2008 23:03 GMT | 21 |
I want a data editing form to check for changes when the close button is pressed by the user. The code I have entered reads "Run time error 13. Type Mismatch" Any help would be greatly appreciated! Private Sub Form_Close()
|
| Open Form with SQL | 09 Jun 2008 19:58 GMT | 5 |
Would someone please tell me why this code is not working. I have tried all the combinations that I can think of, as indicated by the remarks. I get an 3075 error, no data, and no form with the code I think should work. Thanks a million.
|
| Weird tab order and query issues - Please help | 09 Jun 2008 18:14 GMT | 4 |
I got 2 questions 1) Tab order in a form My form has 6 fields that user can either type in info or select from the list.
|
| Set filter | 09 Jun 2008 16:18 GMT | 2 |
AC 2003 I have a form with 7 or 8 tabs, each one having a subform on it. The main form is bound to a query that is keyed by ProjectID. The subforms are tied to the main form by ProjectID.
|
| Dlookup problem in coding | 09 Jun 2008 14:27 GMT | 2 |
I have used Dlookup function in the coding of before update of one control in my form as below but my coding does not work properly and gives the error "run-time error 2001", "you
|
| How can a form's VBA code cause a commit | 09 Jun 2008 13:12 GMT | 8 |
I'd like to cause a commit as soon as the field value is changed. I want to stay in the same record. I found this in a posting but it doesn't work: Form_FORMNAME.Refresh
|