| Thread | Last Post | Replies |
|
| Which form control best satisfies these requirements? | 16 Apr 2006 14:37 GMT | 1 |
Thank you for reading my question. I am wondering if there is a Rich Edit 2.0 capable control in access that works similarly to the ones I have worked with in C++/Win32. I just need read-only for the moment, but specifically, I am seeking
|
| SAVING Basic User Input (for use elsewhere) | 16 Apr 2006 06:16 GMT | 3 |
I'm just beginning to how to use earn VBA programming with Access. Up to this point....I've gotten by with creating Access queries, macors, etc. I'm needing to simply have a popup box that accepts user input (e.g. Input First Name:) save it to a variable...and then be able to ...
|
| Date Format Input Mask | 16 Apr 2006 06:13 GMT | 5 |
I have a text box who's date format I would like to be able to input as MM/DD/YYYY such as in "04/15/2006". Access does not appear to offer that format from the Format drop-down menu. All the dates appear as DD/MM/YYYY. How can I setup my textbox to accept date entries in the ...
|
| else if statement | 16 Apr 2006 05:09 GMT | 1 |
Is something like this possible? It's not working the way I have it now. ElseIf IsNull(Me.txtFindOfficer) And (Me.txtFind) <> Null Then 'do cmd if txtfindofficer is empty and txtfind contains data end if
|
| Sorting fields in a record | 16 Apr 2006 01:00 GMT | 3 |
These are a set of fields to store numeric data to be sorted. eg. Number1 6 Number2 8
|
| Opening multiple copies of Form B from Form A | 15 Apr 2006 21:20 GMT | 7 |
I have a list of records in Continuous Form display - call it Form A. Each record has a wizard-made command button next to the fields which opens up a linked detail form - call it Form B. Right now, whenever I click on a command button, Form B closes and re-opens with the details ...
|
| ComboBox Clearing ONLY on new record, but NOT on viewing records | 15 Apr 2006 19:08 GMT | 4 |
Greetings all, These groups have been a lifesaver (not to mention the hair pulling reduction offered by the insight within these messages). Having said that, I have a question that I have been searching for answers to throughout the
|
| Subform fails to act on DataEntry property | 15 Apr 2006 17:25 GMT | 13 |
Access 2003 subform problem with DataEntry=True property: I have a form with a two subforms on it. The first subform shows all records that belong to the main form, from another table, and does NOT allow record additions. It is sorted in reverse
|
| Combo Search Box and Filters | 15 Apr 2006 17:05 GMT | 1 |
How do I get my search box to match my filter on my form. When the form filter is on, i want my search box to be filtered when my form filter is off, i want my sarch box not to be filtered Notes:
|
| Access crashes while running startup code.. | 15 Apr 2006 16:48 GMT | 3 |
Hi people, I wrote a nice little class method that does a dlookup on form_load of the start up form. basically if the dlookup returns a value, i assign this to the caption property of the form..
|
| Form, Current - iif [Ignore]=Yes DoCmd.GoToRecord , , acNext | 15 Apr 2006 16:39 GMT | 2 |
I want to write code that will skip any record that displays 'Yes' in the [Ignore] field. Since this field may change throughout the day, and my employees are in the system nonstop, I cannot make it a filter. This is what I came up with, but it didn't work: Form Current:
|
| Scroll a label box | 15 Apr 2006 16:27 GMT | 1 |
Sometimes I put too much data in a label box from a memo field in a table. How do I make the label box scoll vertically so I can see all the data? Thanks Sheldon
|
| RunTime Error 13......Mismatch | 15 Apr 2006 13:12 GMT | 7 |
I have written the following code to create a RECORDSET . Whenever I load the program it gives me a mismatch error. I like to know why this error occurs, and what remedial action is to be taken. Are any setting to be done?
|
| Filter Form On and Off From Multiple Fields | 15 Apr 2006 03:44 GMT | 1 |
I would like a form to have a form named [Gopher One] open with this filter on, but have the user be able to turn the filter on and off. The Filter on should have the following fields (all date fields) as null. Office Cleared
|
| Exporting data to Excel using a list | 15 Apr 2006 02:48 GMT | 4 |
MS Access 2K, Windows XP ==================== Hi, I have a form to search for data (specifying date range, keywords etc.) and
|