| Thread | Last Post | Replies |
|
| Finally lick the combo box refresh problem | 26 Sep 2005 17:34 GMT | 3 |
What is the trick to finally get a combo box that previously did not have a value, to now reflect that value if it was added to a table behind the scenes in VBA? I thought I had it licked in 2003 by using cmbMyCombox.requery, but I'm
|
| Embedded Word Document | 26 Sep 2005 17:26 GMT | 4 |
I have embedded a multi-page word document into a table which I access with a form. When the form comes up only the 1st page is available. If you double click on the document, a Word document opens up and all the pages are available. My question is: Is there any way that the ...
|
| gray out checkboxes | 26 Sep 2005 16:38 GMT | 4 |
I have several checkboxes on a Form. The first checkbox is a general yes/no choice. If the answer is "no" on this checkbox, I would like all the other checkboxes to be grayed-out. If the answer is "yes", then the other detailed checkboxes would be black and allow for further ...
|
| Scanning into Access | 26 Sep 2005 15:48 GMT | 1 |
Can anyone give me information how to go about scanning a document into or alternatively from MS access I have the latest version 2003 if this is any help JT
|
| Combo letter | 26 Sep 2005 15:45 GMT | 3 |
I have a table with company data. ABC, CCC, DED, DEF are typical company ID's. I want to use a combo box so the user can select the company ID they want. As the combo list gets larger, is there a way to configure the combo so you can put in the first letter of the ID and jump to ...
|
| Finding Path | 26 Sep 2005 14:50 GMT | 10 |
I would like to show the "full" path of the current database in a text box on a form. Is there any way to do this? Any help would be appreciated.
 Signature Frank Wagner
|
| Label showing number of chars left in a text box | 26 Sep 2005 14:20 GMT | 2 |
I want to make a label next to a text box count down the number of character space left in the text box that updates real time. I'v made the code below but I can't find a correct event to make it refresh with every keypress Private Sub txtNotes_KeyUp(KeyCode As Integer, Shift As ...
|
| List that Sorted by a toggle button | 26 Sep 2005 13:16 GMT | 2 |
How can I sort the list of a resulted query (lstShow) by simply clicking the toggle button (say, sort by product name in descending order)? Thanks
|
| Requery a list in aanother form ? | 26 Sep 2005 03:51 GMT | 5 |
Is it possible to Requery the result of list which is in another form ? Thanks
|
| 2nd form with recordset of 1st | 26 Sep 2005 02:59 GMT | 3 |
I have 2 forms. the first will show a filtered list of items. The 2nd will show details of 1 item selected from the first form. I am currently using docmd.OpenForm on the first form. The problem is the recordset used for the forms is a quary and do to the
|
| Determining how many rows are selected - subform | 26 Sep 2005 02:30 GMT | 5 |
I want to send specific type of warning, if a certain record is WITHIN a multiple selection of rows in a subform in datasheet view. For example, if a user just selects 1 row, I have no problem using the ID field of that row for further instructions...
|
| Clicking button fails | 26 Sep 2005 01:41 GMT | 3 |
I have installed Microsoft Office 2003 on a new computer. When I tried to run some already-working databases, they failed to run. When I clicked a button in a form, MS Access says an error that it faild communication to OLE server or ActiveX object. Or if I create a new form and ...
|
| Floating Subform | 25 Sep 2005 23:37 GMT | 11 |
Anyone know how to do a floating subform? I havea main form with a subform this works fine, but I don't want the subform on that form I want it on another form that will be hidden and I will call it into view as I need it. I'm having a problem adding records to this subform. ...
|
| Passing argument to mde | 25 Sep 2005 22:57 GMT | 5 |
Can I, and if so how do I, pass an argument to a mde application? When my mde Autoexec macro runs, it includes a "Runcode". I would like to pass any arguments included in the launching of the mde to the function named
|
| Linked Drive Letters | 25 Sep 2005 21:20 GMT | 9 |
In a front-end/back-end configuration, I've encountered users that have their hard-drives assigned as something other than "C". With that, I've had to walk them through re-linking of all the tables before the newly installed mde
|