| Thread | Last Post | Replies |
|
| spanish spell check ? | 06 Sep 2005 22:30 GMT | 1 |
I want to know how I could possibly download Spainsh Language as part as Wood 2000? I would like to have this tool so I can write homework assignment to my spanish reading class.
|
| Although it's hidden form, It is printed. | 06 Sep 2005 21:58 GMT | 1 |
I have a hidden form which run as background program and be activated by timer ever 1 minute. When I preview any form or report, if it is the same time that hidden form is activated, and then print it. That hidden form will be printed instead. I think eventhough it is hidden form ...
|
| subform disappeared as I clicked on field in it, need it back? | 06 Sep 2005 20:05 GMT | 1 |
Created a subform based on a query, was quite happily working in it altering layout etc. However, clicked in field in form view and the subform disappeared and I can't retrieve it although it is still there to view when i go straight into it from the Forms objects screen. If ...
|
| C'mon MVP's help me out here | 06 Sep 2005 19:49 GMT | 5 |
When a cell is changed on a datasheet it appears the underlying recordset is not updated until the cursor is move off of the row containing that cell. I want to programmatically force the recordset to be updated in the cells lostFocus event even if the cursor does notposition on ...
|
| distinctive count | 06 Sep 2005 18:20 GMT | 1 |
How do I do a distinctive count on a query using group-by option in Access 97? Thanks.
|
| display either running total or msg into textbox by conditional | 06 Sep 2005 15:47 GMT | 2 |
I have 2 text box (txtA, txtB) which does the running total and works good but if txtA > 0 then I want txtB to show "N/A" or blank in that fields. txtA control source =Sum([txtQty]) txtB control source =Sum(([txtTotQty]-[txtTotProd])/[txtTotQty])
|
| Form opens on startup, open it maximized | 06 Sep 2005 15:18 GMT | 4 |
Okay, I know that by going into Tools: Startup, you can set the form to open on start up and even block the backend database from opening at all. The problem I am having is I cannot figure out how to make the form open maximized. It doesn't seem to be an option. My form keeps ...
|
| Mail Merge with Word 2003 | 06 Sep 2005 15:16 GMT | 1 |
I cannot find out anywhere how I do a mail merge in Word 2003 that will not print out blank spaces from blank fields of data. For example, I have a mailing list wherein some persons have middle initials and some don't - I don't want extra spaces printed out for the ones who ...
|
| pop up text editor | 06 Sep 2005 15:14 GMT | 2 |
I have a tab form with datasheets on a few of the tabs. On one of the datasheets the customer enters some lengthy text. They have requested a pop up window to appear so they can enter text more like how one would in a word processor. Is it possible to have a pop up window for ...
|
| Error Msg | 06 Sep 2005 14:56 GMT | 1 |
Can anyone Help... working on a Access DB( Access Ver 2003 11.6355.6408 SP1) getting error msg can't find project or library. I have a combo box in a form thats finding a record in the table. The error is pointing to Str Private Sub Combo161_AfterUpdate()
|
| Simple filter | 06 Sep 2005 14:44 GMT | 3 |
What's wrong with this: Private Sub Command38_Click() Me.Filter = "[indicator] Like ""*"" & [forms]![frm indicators allocated]![findtext]&"" * """
|
| filters | 06 Sep 2005 14:40 GMT | 9 |
hello i am trying to apply filters to a subform only and a form only too, so that everytime i open either form, the last filter used is automatically saved anytime the form is opened. i tried creating a saved filter query for the subform however whenever i clicked on the main ...
|
| No Subform records | 06 Sep 2005 14:35 GMT | 8 |
I had a db on a computer system running XP Pro at work. The main form returns records that show up in a subform. When the db was relocated to another computer system at another place of work, the db returns NO records in the subform.
|
| REFRESH BUTTON | 06 Sep 2005 14:24 GMT | 1 |
I have put a refresh button on my form but when I click on it, it quits the entire application.
|
| Assign Query to Form or Orderby | 06 Sep 2005 14:00 GMT | 5 |
All, Do I gain any speed by assigning a query that is already created with the proper sort order to the record source of a form vs. using the orderby on a form? I'm wondering if I should create multiple queries with the
|