| Thread | Last Post | Replies |
|
| Where can I download PowerPoint Reader? | 01 Oct 2005 22:52 GMT | 1 |
I know there is a place on the Microsoft site where I can download PowePoint Reader. However, when I click on "Downloads," I can't seem to find a PowerPoint Reader download. Can you direct me to where I can download PowerPoint Reader?
|
| Allowing form combo box to show all records | 01 Oct 2005 22:30 GMT | 3 |
I am building a report tracking database using Access 2003. I have a main form that's tied to an underlying query that displays a list of Projects. On the main form I have a subform that displays a list of published reports (the subform is tied to an underlying query that displays ...
|
| visual basic code in subforms | 01 Oct 2005 22:18 GMT | 1 |
How can I run visual basic code or macros in a subform that is inside an unbound main form? What I did was to create an unbound main form then I inserted a multipage control on it. On every page of the multipage control, that is where I placed
|
| Color Changer sliders | 01 Oct 2005 19:17 GMT | 1 |
I found this "color changer" script http://www.functionx.com/access/downloads.htm and modified it to work on one of my forms. The intended user gets bored and likes to change things so.... How can I modify the script so that last color the person changed the form to
|
| Yes/No Item | 01 Oct 2005 04:38 GMT | 3 |
Just a curious question. Is it possible to eliminate the shadow in the display box of the yes/no elements on a form when a new entry is being keyed? Thanks, and excuse me for asking this. Tom
|
| Enabling menu option... | 01 Oct 2005 04:18 GMT | 1 |
I want to enable an option under my custom menu for a given form. So for example on my switchboard i have File -> Save disabled. When I open my client form I want to enable File -> Save menu option. I want to do this in VBA. I am using Microsoft Access 2000.
|
| Deleting Records from ListBox | 01 Oct 2005 03:55 GMT | 2 |
I'm running this code to delete a record from a listbox, is there a better way? Private Sub Command4_Click() Dim myID As Long, mySQL As String
|
| Version of MDE | 01 Oct 2005 01:21 GMT | 3 |
What is the best way to set a version number in my Front End .mde and then retrieve that info and display it when the user opens the application? I know I could create a table in the front end and put the version there and display it on a form.
|