| Thread | Last Post | Replies |
|
| saving the value of a calculated field | 29 May 2007 00:39 GMT | 8 |
On a payments form I have (currency) fields for different payments, ie Membership, Pins, Contributions, etc. As I enter the amounts in each field the Total Payment field automatically updates. It works just fine as I enter the individual amounts -- I can see the correct total ...
|
| unbound subform updating problem | 29 May 2007 00:38 GMT | 6 |
I have a form with an unbound subform. In the subform, I would like to display all the records from a particular table, sorted on a particular field. So far, quite a simple matter. The issue becomes a little more complicated, however, because the table in question gets
|
| Using the down arrow in a continuous form | 28 May 2007 16:52 GMT | 1 |
How to you get the down arrow to work on a continuous form, when I press the down arrow it moves to the next column I would like it to move to the next row. You would think this would be easy but so far I can't figure it out. Thanks for any help.
|
| "flicker" | 28 May 2007 15:07 GMT | 1 |
I have a mainform with a subform that shows individual properties (houses). Also on the main form is a imageframe that displays a picture of the house depending on which record is selected in the subform. The pictures are linked from a separate directory.
|
| Run time error | 28 May 2007 14:12 GMT | 6 |
I am getting this run time error Run Time error 2498 An expression you entered is the wrong data type for one of the arguments. All of the data types are correct, does anyone know how i can fix this?
|
| Forms and Queries | 28 May 2007 10:07 GMT | 4 |
Dear friends I have a table tblParts. One field is called Category. I want to have a form to select parts by selecting various categories. My problem is that I have more or less 30 categories, e.g. A/C1, A/C2, A/C3, TOOLS1, TOOLS2 etc.
|
| ComboBox_SubForms_Updating Tables | 28 May 2007 05:56 GMT | 3 |
I have a form such that on the main form it has: Month GroupID (Combo) TransferAmt
|
| What event when I click the record selector | 28 May 2007 04:55 GMT | 6 |
I have some labels on the form would like to populate its value (they are calculated values) when I select the record selector, next, previous or last or first. What event should I write the code into?
|
| MS Access Command Button Wizard | 28 May 2007 04:34 GMT | 2 |
I really hope that someone can help me. I don't know what happened but all of a sudden the Command Button Wizard in MS Access no longer works. When I go into design view it no longer goes through the wizard sequence. I'm wondering if my Norton Anti-virus software has anything to ...
|
| Sorting a Subform | 27 May 2007 21:16 GMT | 1 |
I have a subform that displays in datasheet view. I would like to have several buttons on the main form that sort the subform by different columns, asc or desc. I have tried to use a setvalue macro to set the orderby setting on the form, but that does not work. Also tried setting ...
|
| Mouse cursor image | 27 May 2007 17:57 GMT | 1 |
I have a form with a small picture. When I click on that picture opens another form with the picture with a bigger size (it is like a zoom form). In order to indicate to the user that that picture can be zoomed, it is possible to change the mouse cursor from the usual arrow to a ...
|
| Display data in form based on dropdown list | 27 May 2007 15:32 GMT | 3 |
I have a table or a query that i would like to control what is displayed on the form by a dropdown list but am having a brain freeze on how to best to accomplish that
|
| Pop up form meeting text box requierment | 27 May 2007 07:31 GMT | 5 |
I want certain forms to pop up when certain words are entered into a sub form control text box. Example: Where the "Employee History" form has in the "situation" contorl text box the word from the list box "Accident", I want the "300 Form" to pop
|
| Hiding Errora in Form Field | 27 May 2007 01:46 GMT | 10 |
I have a form and subform. In the subform I have made a textbox "SubCount" that counts the number of records. On the main form I have created a new textbox "MainCount" and linked it to the textbox in subform SubCount. so it shows the same record.
|
| SUM in a Continuous form | 27 May 2007 01:10 GMT | 3 |
Hi, I have a continuous form with a calculated textBox in the form detail (T1Calories), I want to create a textbox in the header (TotalCalories) to sum all the amount of (T1Calories) what I did was to put this instruction =Sum([T1Calories]) in the control Source of TotalCalories ...
|