| Thread | Last Post | Replies |
|
| StatusBar control | 28 Feb 2004 18:48 GMT | 3 |
I posted this several days ago in another ng; got no response so I am hoping someone here can help me: As part of the learning experience, I placed one of the 'more controls' from the Toolbox onto my form - the StatusBar control. I like the idea of having
|
| Prevent Access from minimizing when open a document from the HyperLink field type | 28 Feb 2004 11:50 GMT | 1 |
Does somebody know about this problem? We create a new table with a Hypelink field type, then enter a link to a WinWord document in this table cell. When we click at this document it should be opened and we can edit it, etc. The problem is that when we open
|
| show results in different colors | 28 Feb 2004 04:01 GMT | 3 |
My customer will search for some keywords with wildcards (? and *). The records can be obtained by using "SELECT * FROM ... WHERE ... LIKE ...; Now I need to show the records in a form (Single Form View) with the keywords in a different color. I can not use Conditional Formatting ...
|
| Late Binding Help Please | 28 Feb 2004 01:11 GMT | 5 |
I'm using Access 2003 to develop databases and am using Helen Feddema's techniques for emailing from Access using Outlook. Now, I'd like to use Late Binding so it won't fail if they haven't got the same version of Access that I do.
|
| Datasource quirks with OWC in Access | 27 Feb 2004 01:41 GMT | 7 |
OWC 10 seems to be a very strange object in Access XP. With a wizard you can make a form display as a pivot table; but the pivot table ActiveX control is not implanted anywhere on the form, and no code is carried with the form that would set up a pivot table object, assign data, ...
|
| Calender function/object in MS Access 2002 | 26 Feb 2004 17:00 GMT | 1 |
Is there an object or function that allows you to make a calender in MS Access 2002 like the one in Outlook? Any help appreciated Arve
|
| Treeview question | 26 Feb 2004 03:03 GMT | 1 |
Hi All; I'm VERY new to the TV activex. I've copied a db that has the tv and I have changed my objects table accordingly. There's no way I could come up with the onload code myself!
|
| Access 2003 & MS Flexgrid Control Version 6 | 25 Feb 2004 22:56 GMT | 2 |
I get a message 'You do not have the license required to use this ActiveX control'. I have installed the 2003 Access Developers Extensions What am I missing
|
| Click events not working in Access Form | 24 Feb 2004 06:17 GMT | 1 |
Hey folks...a bit of a problem here. I have a form in access, and included is a treeview control. However, the treeview control's nodeclick event is not responding: Private Sub tvMain_NodeClick(ByVal Node as Object)
|
| ImageListCtrl and Cmd Button | 23 Feb 2004 07:16 GMT | 1 |
How do you assign a picture from an ImageListCtrl to a command button? -TFTH Bryan
|
| Codesoft ActiveX and Access | 22 Feb 2004 15:13 GMT | 1 |
I have written an Access application which collects user input and then creates a label using a codesoft activeX application. It works by writting the collected data to a table then passing the new row number to the activeX
|
| Need to create zip files | 21 Feb 2004 23:43 GMT | 2 |
I need to be able to create zip files in access 97. Either source code or a freeware dll/ocx would be fine. I checked out infozip but the vb source code to use it needs addressof. Thanks.
|
| Tabstrip control | 20 Feb 2004 18:51 GMT | 1 |
How do I programmatically select a tab on my tabstrip control dim tbstrp as Tabstri tbstrp.SelectedItem="Item 1 changes the text of whatever tab is currently selected to "Item 1". I want to make the tab whose text is already "Item 1" be the currently selected tab
|
| ActiveX | 17 Feb 2004 20:08 GMT | 1 |
I get a message, "ActiveX Component can't create object" I have tried reinstalling Office but it still comes up with the same message, anyone got any ideas?
|
| TreeControl | 16 Feb 2004 14:26 GMT | 2 |
I finally have succeeded in building a form with a working treeview. Everything is running fine. The only thing that lacks perfection is: I need to drag a node to another node outside the actual
|