| Thread | Last Post | Replies |
|
| Making text BOLD | 11 Dec 2006 23:57 GMT | 4 |
I have a report that is generated from my Db. The report takes the form of a letter to the customer where the fields are populated with text concatenated with data from the Db. All is fine apart from the user now requires that the data fields appear in Bold so that they stand ...
|
| Tabbing within Form problem | 11 Dec 2006 22:59 GMT | 1 |
I use Access 2003. I have a form that contains tabs with fields within each tab. I also have two fields outside of the tabbed area. How do I make it [TAB] from the last field outside of the tabs to the first field within the tabs?
|
| get month 1/2007 after 12/2006 | 11 Dec 2006 21:59 GMT | 2 |
I am using this functioin in my module ' looks the maximum/last date when the sampling schedule for wastewater was generated rst.Seek "=", DMax("Adate", "tbllog", "[sampletakenforID] = 2 ")
|
| nextline in combo label | 11 Dec 2006 21:30 GMT | 4 |
I am using Access 97. I want to type a next new line in a combo label. However, after I press enter key, it won't go to next blank new line. Does anyone how to do it? Thanks.
|
| Still probs with my code | 11 Dec 2006 18:31 GMT | 16 |
Can someone pls tell me what's wrong with this code? Private Sub Frame41_AfterUpdate() If Me.Frame41 = True Then Me.DATE_IN = Format(Date, "yyyymmdd")
|
| Search button | 11 Dec 2006 16:08 GMT | 8 |
I want to build one search button on my form. Above the button got one text box where user have to enter the value into the textbox and click search button to find the value from my table. Can anyone assist me on the coding for the command button so that it can search the value ...
|
| Need your help | 11 Dec 2006 12:17 GMT | 2 |
I need your help. I have build a form which contains ID# which is unique. I need to pop up the other details based on the ID#. But the problem is when I build a combo box all the details gets aut populated but I only need 2-3 fields to get auto
|
| Open the same form | 11 Dec 2006 08:25 GMT | 2 |
Win Xp. Access 2003. Normally I open a form and when it loads (in Load Event) i made some changes via openargs: (Docmd. Openform "frmAny",,,,,,"New")
|
| Calculated Control on Reports | 11 Dec 2006 02:28 GMT | 1 |
I have a very quick question. I have a report based on a table and/or query and I have created an unbound textbox that references fields from the table/query. Do the fields that are referenced in the calculated control (textbox) have to
|
| filter sort error - crash! | 11 Dec 2006 00:25 GMT | 4 |
Whenever I use toolbar under Record - Remove filter sort Access 2003 crashes! Any fixs?
 Signature Message posted via AccessMonster.com
|
| MS Access Query - is there an ONLY function | 10 Dec 2006 23:49 GMT | 3 |
I would like to know how you define a query to return ONLY something and not either, or. Example Company 1 supplies BOTH catagories (Domestic and Commercial)
|
| TAB CONTROL to load FORM | 10 Dec 2006 19:19 GMT | 2 |
I'm starting a new project. A Personnel System. I have considered opening a single bound form to the main employee table. The user can scroll the records to any individual. I would like to have a tab control at the top of the form which would allow the user to select
|
| RTF2 Control Question | 10 Dec 2006 15:23 GMT | 1 |
How do I search the text in the RTF2 control? Is there a convert to plain text function? Thanks.
|
| Locking data entered from a bound combo box. | 10 Dec 2006 14:30 GMT | 2 |
I use a combo box to enter an account number and connected details from one table, in a form based on another table. Once this is chosen, how do I lock the information for that one record so that it cannot be changed inadvertantly.
|
| Combo Box Data Loss | 10 Dec 2006 11:57 GMT | 2 |
I have finally haad my initial problem of populating a txt box vale from a combo box selection (thanks to Tony, when i actually closed the form down and re opened the form it worked).
|