| Thread | Last Post | Replies |
|
| linking an ImageList to a TreeView crashes with "Invalid object" | 28 Jan 2008 20:56 GMT | 1 |
I have a working treeview 6.0 control, in MSA2K7. Now I want to add icons to it. I have read that I need an imagelist control, but I get conflicting instructions about whether to create and populate the imagelist in VB or to
|
| Searching LIKE Numbers | 28 Jan 2008 20:41 GMT | 2 |
I have an Unbound text box on a form that searches my database for exact matches. On After Update Event, it moves the focus to NumberID and if a match is found, displays the record on the form. If no match, Microsoft Access displays a message stating that "You can not go to the ...
|
| Len function not return proper values | 28 Jan 2008 19:54 GMT | 6 |
I have a table with a phone number field. All numbers appear to be in the format of 1234567890. I've been having other issues with this field and ran a query on it. The criteria i used was:
|
| Help w/ oApp ImageViewer | 28 Jan 2008 19:27 GMT | 2 |
Can I please get some help with this code. I would like to click on a picture and have it open in Windows Image Viewer. Private Sub Image501_Click() If vbYes = MsgBox("Would you like to view the image " 7 _
|
| Help with List box to subform update please?? | 28 Jan 2008 19:00 GMT | 1 |
I am trying to auto update a subform with a selection I have clicked on in my list box Lets imagin a car workshop Data1 = Car plate, model, year (uniqueid is carplate)
|
| Drop Down Menu | 28 Jan 2008 18:53 GMT | 1 |
Hope I can word this right - any and all help will be much appricated. In my form I would like to have a Field, lets call it "programs." That field has a pull down menu that lets you pick one of four choices: Individual Training, Small Group Training, Team Training, or Other.
|
| programatically update a chart on a form | 28 Jan 2008 18:10 GMT | 3 |
I tried updating a querydef in VBA, but I'm not having any success getting the chart to update on the form: If I manually change the query, close the form and then open it up again, it changes. So it must be possible to do it programatically.
|
| Rounded rectangle button | 28 Jan 2008 17:59 GMT | 2 |
Thank you How can I do that In access any version Rounded rectangle button
|
| Database Location | 28 Jan 2008 17:44 GMT | 5 |
How would I change a file location to read something like Database Location plus folder name. I need to be able to more my data base with associated folders w/o having to change codes in data base with folder location. I currently have (server)
|
| Working with windows media player in access | 28 Jan 2008 16:21 GMT | 1 |
I have added a Windows Media Player activex control in an MS Access form and I want to play a video file when I click on an command button. The file to be played is that of the content of a field on that form. For example, if field A contains the text c:\test video1.iso and I ...
|
| Search results will not open in a form | 28 Jan 2008 15:49 GMT | 3 |
I am having a problem getting my Access database search results to open in a form. When I first open the database, a switchboard opens that will allow the user to add an entry to the database, search the database, and exit the database. The search button opens a search form that ...
|
| MsgBox Question | 28 Jan 2008 12:12 GMT | 3 |
Hopefully a very simple question. I have no trouble coding a message box in the Before Update Event Property to return a response for one button, but I cannot seem to code multiple responses. For instance, if the information typed into a text box is
|
| Combobox data retrieval | 28 Jan 2008 12:11 GMT | 1 |
I have a table called Students and a table called Days. I use the 'Days' table as a list showing the days in a combobox which is on a form. the idea being that the user selects from this drop down (due to time) list and selects the respective day. I then need this 'day' to be ...
|
| multiple item select from a combo box | 28 Jan 2008 00:27 GMT | 4 |
I want to use this as a navigational tool, rather than to "input" values into a database. This control will be on a form that sets parameters for graphical chart displays.
|
| Determing active form to process function | 27 Jan 2008 21:25 GMT | 4 |
I suppressed the Ctl-P shortcut by creating a ^p autokey macro that does nothing. Now I want Ctl-P to execute a function if a specific form is open and do nothing otherwise. I added a condition to the macro that if the active from is Data Entry ([Screen].[ActiveForm] ...
|