| Thread | Last Post | Replies |
|
| reduce lenght of text in memo field | 23 Mar 2005 10:17 GMT | 1 |
a user types in a certain amount of text into a memo field after certain length the text should have a vbCrLf just before the word that is the one that causes the length problem text should just continue on the next line rather than being wrapped (which
|
| Conditional Formatting - can I read the logic condition in VBA? | 23 Mar 2005 09:29 GMT | 1 |
I want to handle Conditional Formatting in VBA. I can see how to READ and WRITE backColor, foreColor and fontBold using ".FormatConditions" I can see how to WRITE the logic condition (using ".Add"),
|
| OK I give up...need advice | 23 Mar 2005 09:02 GMT | 10 |
I'll try not to make this too long! For this forms sake I'm dealing with 5 tables (listed below). I've looked at the Nwind and a whole bunch of others, but mine doesn't work the way those do, so I'm confused.
|
| Help with set focus Error 2110 | 23 Mar 2005 07:24 GMT | 12 |
I have a form with a subform. In the on error property of the sub form I have this code Private Sub Form_Error(DataErr As Integer, Response As Integer) Dim strMsg As String
|
| Form default navigation | 23 Mar 2005 06:20 GMT | 1 |
I'm using access2000. could anybody help me how to make the default navigation buttons work in my form. Currently I've developed a macro to open the form with focus on PK box with a text of PK(integer) + 1 value.
|
| ApplyFilter method of DoCmd object in OnOpen event property questi | 23 Mar 2005 05:58 GMT | 28 |
i want to enable my user to open a form subject to the condition the value of the "Patient Number" on it is equal to a value selected by the user on the 'Switchboard' form called 'Command and Control Center' via an unbound combox. so i use this string in the OnOpen property
|
| How to code this form into a table? | 23 Mar 2005 03:43 GMT | 1 |
I need some help coming up with a table and the form coding to get something accomplished. I have a complete database which in all other aspects is complete. Take a look at this input screen: http://www.mpscan.net/screen1.jpg
|
| Can not put a background picture on my form.... | 23 Mar 2005 03:34 GMT | 1 |
I am developing an Access 2000 app. I am trying to be a little fancy with the forms and would like a background picture (watermarked) on one of my subforms to make it look a little nicer. When I try to add a picture to the subform using the "Picture" property of
|
| Filed Settings in Datasheet View | 23 Mar 2005 03:20 GMT | 1 |
I am wondering how to set column widths and visibility options for form fields in datasheet view. TIA, TimJ
|
| How can I reliably get line breaks when using .sendObject? | 23 Mar 2005 01:59 GMT | 7 |
When using the following code: ....... If Me.FrmRespondedOrNot = 2 Then strTest = Me.cbxOperators.Column(3)
|
| NotInList Error | 23 Mar 2005 01:05 GMT | 5 |
I added the code to add data to a combo box if it does not already appear in the list. However, I am getting the following error: "The expression Not In List you entered as the event property setting produced the following error: Procedure declaration does not match
|
| How to email data from a form? | 22 Mar 2005 23:53 GMT | 2 |
MS Access 2000, Windows XP ====================== Hi, I have a form to enter new record, and what I'd like to accomplish is that
|
| Rec. Nav. problem cause by checkboxes/Conditional formatting | 22 Mar 2005 23:12 GMT | 5 |
I have a problem that I realy dont understand with one of my forms for the inventory. I use Access with SQL server, all my tables and stored procs are on my SQL db. Since last week everything works great since I add a checkbox on my form. My form as a unique table dbo.Inve ...
|
| Access Size Problem | 22 Mar 2005 22:42 GMT | 9 |
I have huge accsss 2003 database: approx 180Mm of code only. and i'm using Source safe The database is sql server and it is 800Mb The import and export of objects are failed in some times. If i work on the
|
| Timesheet | 22 Mar 2005 22:00 GMT | 2 |
I am using an active x controller of the date picker in a form. Is there a way that I can get the date selected then populate 7 textboxes to show the week that was selected?
|