| Thread | Last Post | Replies |
|
| Compile Error - User Defined Type not defined | 12 Nov 2007 16:46 GMT | 1 |
I am getting a compile error - user defined type not defined. The VB code lists Private Sub cmdReport Click() Dim qdf as DAO.QueryDef
|
| Calender display | 12 Nov 2007 13:55 GMT | 2 |
Can some one assist me? I would like to temporarely display the calender and select the date in a form and capture the desired date. I am a novice at this Charles
|
| Change event missing from Forms 2.0 combo box. | 12 Nov 2007 13:52 GMT | 2 |
I'm doing a project in Access 2000 using forms and MS Forms 2.0 combo boxes. I'm not using the native Access combo box because it lacks an Add Item method and is therefor very difficult to populate. I want to do something when the user makes a selection in the combo box
|
| Restrict Text Box | 12 Nov 2007 12:57 GMT | 1 |
I want that in My Access Form in one of my Text box only Numeric values should enter when user try to enter text in it,......nothing should happen
|
| I want my Secondary scale to match the primary scale. | 12 Nov 2007 12:40 GMT | 2 |
 Signature Zevets Access Mdb
|
| query run in subform and not in separate window | 12 Nov 2007 04:02 GMT | 4 |
i've created my form and have a query that runs within a subform. This is working fine except that the same query runs in a separate window also. How do I prevent the separate window from opening but only run within
|
| Create a UserQueryForm | 12 Nov 2007 04:01 GMT | 1 |
I am trying to create a UserQueryForm which allows a user to: • Select values from several fields of criteria; • Select multiple values within each field; • Create a report based on the selected criteria.
|
| additional command button for NEW Record that clears all | 11 Nov 2007 15:53 GMT | 6 |
I have my form set up that 3/4 of the controls autofill (have an ubound control with default values = "field names" of what I want to autofill. Then On Current of the form Call up the autofill) based on the previous record when the user hits the new record button. I would like to ...
|
| Mouse Cirsor | 11 Nov 2007 10:58 GMT | 1 |
I found a function, that I have since lost, that can be called from the On Mouse Move event of a label causing the cursor to change to a hand. Can someone please point me to this function. Searched all day with no results.
|
| Access 2000: How to see long strings in ListBox? | 11 Nov 2007 02:07 GMT | 2 |
In Access2003 when a string does not fit in the ListBox control, I can left-click on visible part of the string and in about 1 sec a tooltip balloon will popup and show me entire string. When is Access 2000 left-click does NOT show that tooltip. Maybe this
|
| Locking records | 10 Nov 2007 13:24 GMT | 1 |
I have a form for orders and a subform for order details. After invoicing a checkbox turns to "Yes" which means the order has invoiced. I have done a code to lock records non editable. It works on the main form perfectly but on the subform not. The code is following:
|
| Semi-standard letters | 10 Nov 2007 00:55 GMT | 4 |
I use forms to produce a letter containing some standard info and the client's name and address in a box for a envelope window. The user just enters a specific message in a text box (control is a memo field). It works fine for one page but they need can't write more than will fit ...
|
| On-Click Event | 10 Nov 2007 00:07 GMT | 2 |
I am running this event from a control on a sub-form that refers to another sub-form. (I have a main form, subform and subform) The innermost subform is in Datasheet view. This code does what I want, but it open the sub-form in a separate window. I'd like to modify it so that ...
|
| Creating a form from two tables | 09 Nov 2007 23:19 GMT | 1 |
Im looking for assistance. This database is used for evaluations. so a manager completes a form that has 25 questions. They do 4 evaluations a month on each employee. I have 3 tables the Evaluation information (Table 1), The Answer Information (Table 2)
|
| restore sort order after filter cancel | 09 Nov 2007 21:03 GMT | 1 |
I have a question about filtering using the standard toolbar functions. How can I maintain or restore my orderBy settings when a user chooses Apply Filter, Remove Filter (or Apply Filter/Sort, Remove Filter/Sort)? thanks.
|