| Thread | Last Post | Replies |
|
| Hard Coding A Button Using "Buttons.Add(x1,x2,x3,x4)" | 03 Jan 2007 15:23 GMT | 1 |
I'm writing a Excel sheet that requires a button to be inserted for a certain situation in a macro. I didn't know the instructions to create a button so i recorded a macro that did what i wanted then looked at the generated code. The recorded macro gave me this:
|
| Horizontal Scroll bar on List box | 03 Jan 2007 11:58 GMT | 2 |
I have a list box with 2 columns. Is there a way to suppress the horizontal scroll bar without making the box wide enough to accommodate the widths of both columns?
|
| Moving through records and counting | 02 Jan 2007 22:04 GMT | 4 |
I have created a recordset from my data of hospital patients whereby a patient ID is associated with a series of test results. In the user form navigation is made using the in-built Access navigation buttons. However, some patients have more than one set of results for the same ...
|
| Linking to image data on a web site | 02 Jan 2007 07:56 GMT | 1 |
I'm trying to retrieve remote images that are stored on a website. In Access I have a table that has the relevant image names, and then I need to go to a web site to see if those images exist. If so, I then need to copy that image file to a local (maybe LAN) based drive.
|
| order of forms | 01 Jan 2007 19:03 GMT | 3 |
I'm having problems with the order forms are appearing on the screen. As I open and close them I'm expecting them to be in the order they were called in, with the most recently called on top. But instead, the main form (first one opened) is coming up in between other forms.
|
| Progress bar | 01 Jan 2007 18:50 GMT | 2 |
How can I concatenate the status bar to my progress bar? Rigt now the progres bar runs and then displays the query results. In few words, the progress on my form does not reflets the actual progress % like the one in the status bar. I did read several comments in this forum on ...
|