| Thread | Last Post | Replies |
|
| Set controlsource to fieldname | 02 May 2005 14:36 GMT | 2 |
The textbox HNo1is set to unbound, when the user click to select "I" on combo box CobDis1 then HNo1 will enable and I want recordsource to be set to fields name "h_no". How can I do this? Thanks for all respond. Private Sub CobDis1_AfterUpdate()
|
| Beeping off | 02 May 2005 14:31 GMT | 1 |
I have a vbInformationBox that gives me a beep. How can I turn off the beep, or replace it with another sound?
|
| No duplicate for a field on the form level? | 02 May 2005 13:57 GMT | 1 |
I know it is possible to set a field proporty to No duplicate in a table. I want to do this on a higher level...in a Form instead..a ordinary field that is not a Key field, maybe for a value entered in a cmb box in a subform. Is this possible?
|
| Field Zoom Replacement | 02 May 2005 08:51 GMT | 10 |
In Access Shift-F2 will allow editing a field's contents in a separate window. While this feature is useful in editing longer values (e.g., memo fields), it's annoying in that it defaults to selecting all text and carriage returns close the window. Users don't often know that ...
|
| Disabling Shortcut menu Item | 02 May 2005 06:42 GMT | 1 |
I have customized my own ShortcutMenu in which it has Macros as the Items. All is working ok. What I would lke to know is that somtimes I would like certain Items of this Shortcut Menu to be disabled & other items to have them all enabled.
|
| reference a tab control? | 02 May 2005 05:40 GMT | 1 |
I have a form with a tab control with a page with a subform control. How do I reference a field in the subform from the parent form? I know that it's form!subformctl.form!field, how for a tab?
|
| Tab index from subfroms | 02 May 2005 04:11 GMT | 1 |
I have a main form with three subforms. Initially the tabs all work fine but after the first time the cursor enters the subforms in the last field position ( ie two fields per record). The cursor enters the fist record but in the second field. Do I set the tab index
|
| Formatting on a Per Record Basis on a Sub-Form | 02 May 2005 03:40 GMT | 2 |
On an employee form, there is a sub-form which lists education (high school, college, etc). The subform is rather simple and really just lists the degree, graduation date, and some comments for each degree a person has. (The subform gets its data from a table where the record ...
|
| Subform | 02 May 2005 01:46 GMT | 3 |
I have a main from with a subform on it. I'm trying to populate the subform with fields related to the drop-down on the main form. On the main form is a drop down for company. When I click and choose a company, I would like the subform to populate with fields only pertaining to ...
|
| Autokeys macro alternative? | 02 May 2005 00:15 GMT | 2 |
What could cause an Autokeys macro to suddenly be unable to find a function? I'm getting an error dialog that states: "The expression you entered has a function name that MyApp can't find." The Action Failed box then opens to indicate all correct Macro settings. I tried making the ...
|
| YTD in Report | 01 May 2005 23:47 GMT | 1 |
I have a report that is for shipping Laundry daily. What is reported in the report is the quantity of each laundry product and the product name that is both shipped and received. What I would like to do is include, at the end of each Product record, the year to date total of that ...
|
| value from one subform to another? | 01 May 2005 23:41 GMT | 1 |
I have a calculated total on my orders_subform, I would like to pass this value to payments_subform. Both of these subforms are contained on my main form frminvoices. Any tips? suggestions?
|
| Hide Requey Action | 01 May 2005 23:36 GMT | 1 |
I have a Main Form with a Subform on it. The Main form has a Calculated Unbound Field based on the Sum of the Subform. Whenever I delete a record from the Subform you can see the field on the Main Form refresh itself Any way to hide this action? I'm using code.
|
| Small problem! | 01 May 2005 22:41 GMT | 1 |
I have a data input form and need to automatically duplicate the existing record as a new record in a new table (Annonce_OUi) by clicking a button. Many thanks in advance!
|
| Subform cursor not changing/moving | 01 May 2005 22:40 GMT | 1 |
I have a main form that has a subform on it. Both the main form and subform is using the same query. But when I click on the navigation buttons on the form, all the fields for the records change to the next record but the subform cursor doesn’t move down to the next record.
|