| Thread | Last Post | Replies |
|
| Form Field Auto sum dates | 11 Aug 2008 22:02 GMT | 1 |
I'm trying to create a document (letter) wherein Form field (Date) would automatically update based on the manual entering of information, i.e., if I typed in a date in one section of the letter, the date in another section would auto calculte to 60 days later.
|
| Is DoCmd.OpenReport syncronous?? | 11 Aug 2008 20:02 GMT | 4 |
In some VBA code behind a form, I issue a DoCmd.OpenReport to print (AcViewNormal) a report. At some points, it almost appears as if the VBA code (in the form) regains control even before the report program completes. I'm not concerned about whether the report physically prints, ...
|
| Getting a Check Box ticked on form load? | 11 Aug 2008 19:40 GMT | 2 |
I have two Check Boxes on a form. When the form loads I want one of the Check Boxes to be selected by default. I added this code to my Form_Load() sub: Me.chkALL.Value = True
|
| Acess 2003 - Form / SubForm linked fields | 11 Aug 2008 17:05 GMT | 5 |
I have a form (header) with a subform (lines) linked to each other by four fields. My problem is when I need to change one field in the form (header) automatically the record in the subform disapears.
|
| Relational Yes/Nos as checkboxes instead of combo box? | 11 Aug 2008 16:20 GMT | 4 |
Access 2003 SP3 Win XP SP2 Using Allen Browne's tutorial ( http://allenbrowne.com/casu-23.html ), I have set up a form with a subform that populates a combo table using a combo
|
| Help with Forms List Box Double Click and Passing Info among forms | 11 Aug 2008 16:15 GMT | 1 |
Guys, I need help on how do I pass information from my Listbox to another form via double click envent. ?
|
| Is it possible to ask a form which control currently has the focus? | 11 Aug 2008 15:11 GMT | 3 |
Is it possible to ask a form which control currently has the focus? Chrisso
|
| Output to Excel Question | 11 Aug 2008 14:46 GMT | 2 |
I need to output my list box results in a form to exce without creating a query to do it. Could someone critique this or give me another sample? DoCmd.OutputTo acQuery, ([Forms]![customers]), acFormatXLS, "*.xls", True The list box name is lstCust and it is new customer information ...
|
| Requires a catagory | 11 Aug 2008 12:08 GMT | 10 |
I have a sub form that has a text box , and if you enter a number in it [OTDLhoursused] it is tobe catagorized by selecting one of four radio button in a radio button frame [Frame 40] holding 5 radio button. The number is entered but sometime the radio button in not selected , ...
|
| Table Record Changes Automatically | 11 Aug 2008 00:27 GMT | 2 |
This could be confusing! I have a couple of pop up forms that appear when I click on a button to add pricing for a specific customer and for a specific item. This would be a discount from a list price. The first form is okay I think.
|
| When zip code is entered, auto insert city name | 10 Aug 2008 23:09 GMT | 3 |
In Paradox I could link a lookup table to a form so that if I entered the Zip Code, the City and State name would come up. Can I do this in Access?
|
| Cascading Combos Again | 10 Aug 2008 22:08 GMT | 1 |
The following is the row source content of both combo boxes. SELECT DISTINCT tblMaterialMaster.LocalGroup FROM tblMaterialMaster; SELECT DISTINCT tblMaterialMaster.LocalSubGroup,
|
| field on a report | 10 Aug 2008 16:02 GMT | 2 |
when you are creating a report and you want to print 2 dif var like This is only a test "txtfield1" "txtfield2" they will print the length complete of the field and the second one start after that
|
| Can't change property of subform control selectively | 10 Aug 2008 14:52 GMT | 7 |
I would like to change the forecolor of a combobox depending on which option is selected. The combobox is populated by a lookup table with an inidex field. ie. option 0 = closed - combobox.forecolor = 0
|
| sort forces recordset clone? | 10 Aug 2008 05:08 GMT | 1 |
Hey there. I've been experimenting with using a shared recordset object so that the various subforms in my app will be linked to some degree. It works fine until a sort button is pressed. When this happens, one subform will be
|