| Thread | Last Post | Replies |
|
| form query criteria messed up due to filter | 16 Sep 2005 14:05 GMT | 2 |
Has anybody had experience with a form's query criteria conflicting with its filters? On my form, a number of criteria for the underlying query are set via combo boxes. These work just fine. I use the form's filter for criteria that was
|
| listbox values moved to text box | 16 Sep 2005 12:19 GMT | 3 |
I have a listbox that with the MultiSelect setting at 'Simple'. I would like to have a textbox populated based on the listbox options selected. For example, listbox contains the following entries: John Jerry Jim. I would like the textbox to read John, Jerry, Jim.
|
| Subform - how to change recordset values from pop up.... | 16 Sep 2005 11:37 GMT | 2 |
Logically I believe this should work and actually, sometimes it does but there must be something "illegal" about what I'm doing because it eventually crashes MS-Access (2003 SP1) In a nutshell - I have a control on a line item of a sub-form that is a
|
| MENU BAR PROBLEM | 16 Sep 2005 11:21 GMT | 2 |
I'm having problems with this. I trying to only show my custome menu bar and only show my menu bar while taking off the default menu bar. I created a custom Menu Bar called "Custom1" using the Toolbar tab of the Customize dialog box. It only contains the File and Printing ...
|
| Overriding Access field values permenantly in Word doc. | 16 Sep 2005 09:24 GMT | 1 |
My word document contains merged fields from Access. If I override a merged field value and then save. The next time I open the word file, the Access field values reappear? How can I resolve this problem?
|
| Multiple Selection Option Box | 16 Sep 2005 08:02 GMT | 3 |
I would like to create an option group that allows multiple selections. Is there such a feature? Thanks in advance for your help Greg
|
| IIF & DMax with a Subform ... Use Nz? | 16 Sep 2005 03:48 GMT | 6 |
In my main form, I have a field that references the Subform. In the control source of the field in the Main Form I have: =DMax("[RevNum]","REVS","[DrawingNumber] = [DrawingDataSheet]![DrawingNumber] ")
|
| Multiple field query form | 16 Sep 2005 03:34 GMT | 1 |
I have a form called "frmPrimary" which contains fields "txtAddress" and "cboStreet". I have a subform (linked to frmPrimary) called "frmProject" which contains the field "Keyword".
|
| Changing format of a tab Control Page caption | 16 Sep 2005 03:18 GMT | 1 |
I would like to be able to change the appearance in some way of a Tab control Page caption. I want to be able to do this when a field on the page has some data in it. Only the caption of the Pages which contain data are to change. The rest are to remain standard.
|
| How refresh list box on a form from a subform on the same form? | 16 Sep 2005 02:33 GMT | 2 |
I have a form with a subform on it and also a list box. The subform determines what must appear in the listbox. Whenever a row is updated, added or deleted in the subform, I need to refresh the listbox. How do I do that and how do I refer to the listbox from
|
| Why isn't Requery working? | 15 Sep 2005 23:59 GMT | 3 |
Here is the code on a command button on the parent form: Dim strFilter As String Dim strAgent As String 'Build criteria string for agent field
|
| Requery and apply filter | 15 Sep 2005 23:34 GMT | 3 |
Good afternoon all, Is it possible to requery a subform and also apply a filter? This is what I tried, but it is not applying the filter: Me.sfm_SalesDetails.Requery
|
| Running a Query from a Form | 15 Sep 2005 22:07 GMT | 1 |
Hello all.. Is this possible... I would like to create a form that will run a query.. It is a datequery. I would like to have two calenders displayed, the person can pick the in
|
| Display combo box list without cursor click | 15 Sep 2005 22:05 GMT | 7 |
Does anyone know of a way to display the list of items from a combo box simply by passing the cursor over the field (as opposed to clicking on the down arrow within the field...the way it is usually done)? Thanks.
|
| Combo box, column(x) and format | 15 Sep 2005 20:52 GMT | 4 |
I use Column(x) to retrieve an item from a combo box selection, via an after update event. Example: me.mycontrol = cbo.column(3) The column is formatted correctly for dates, etc., but my "mycontrol" does
|