| Thread | Last Post | Replies |
|
| calling a Access Outputto method from VB6 and passing a filter | 07 Jan 2005 03:01 GMT | 1 |
I am using the Access.Application object to call the docmd.outputto method. All works fine until I try to put in a filter. I tried docmd.applyfilter but it would not work. How can I assign a filter to the report that is running? I am calling this from within VB and VBScipt so ...
|
| Publishing Access Data Access pages | 07 Jan 2005 02:33 GMT | 1 |
I have created several data Access pages and they work great except that the connection is pointing to my local PC at my office rather than to my webserver. I have read all the info and indicates that I have to change the connection
|
| Scrolling OLE picture | 06 Jan 2005 22:15 GMT | 3 |
How can I create a scrollable embeded picture on a form? The space allowed on the form will not allow showing the full picture. I would like to be able to scroll the picture.
|
| On click event | 06 Jan 2005 21:25 GMT | 2 |
I would like to call a public sub routine on a subform when a parent tab control is clicked. What would be the syntax for that? Thanks
|
| Bill of Material Processor | 06 Jan 2005 19:13 GMT | 4 |
I am writing a simple Bill of Material processor supporting multi-level bills using Visual Basic. I need a quick way to ensure that any given part is not used on itself at any level above the level currently being entered? I am trying to avoid testing each where used string as ...
|
| Getting into Microsoft Word from Wordperfect | 06 Jan 2005 18:41 GMT | 2 |
My PC came with Wodperfect already activated. How do I change over into Microsoft Word? Gus Boyd66
|
| Windows ME won't open Excel documents. Need right Excel program. | 06 Jan 2005 18:23 GMT | 3 |
My Windows Me won't open Excel documents. I need proper Excel program download to do that. 97/2000 viewer I downloaded did not open Excel documents. What is proper Excel download program for Windows ME??? Where EXACTLY do I go to download right Excel program for my Windows ME???
|
| Using variable names for controls | 06 Jan 2005 18:19 GMT | 2 |
dim test as string test="control1" now, control1 is a textbox i wanna use the name of the variable i.e. test to get the value of the textbox
|
| How to Open Sub in Access 2000 | 06 Jan 2005 16:31 GMT | 1 |
For the life of me, I can't figure out, in Access 2000, when in design mode, how to open the subform on a main form. In Access 1997, my subforms simply appeared white and I just double clicked on it to open the subform. Now in 2000, the subforms appear in the control (no longer ...
|
| How To Get Textbox on Report to Read All if Listbox Null | 06 Jan 2005 16:05 GMT | 4 |
I have a list box on a form that filters a report. It is set up so that if nothing is chosen in the list box, the report prints all and if items are chosen, then it just prints those items. On the report header I have the items chosen in the list box. The control
|
| Deleting tables | 06 Jan 2005 15:36 GMT | 1 |
i want to create a macro to delete all tables of the database. How can i delete them programmatically. There are about 30 tables and this macro needs to run everytime the Db opens.
|
| Append duplicates into table | 06 Jan 2005 14:17 GMT | 2 |
Hi, I am trying to import data from a csv file and append it to another table. Firstly, I import to a table. Then, using an Append query, I insert these fields to the correct table.
|
| Stop macro based on user-level security | 06 Jan 2005 14:01 GMT | 4 |
I have a database that I assigned user-level security to stop certain users from create/update/delete data and thus blocking access to certain forms. Normally to access these forms a user will click a button, depending on type of form i.e. create, details (read-only), or update. ...
|
| Adding multiple selections in List box to a table | 06 Jan 2005 13:56 GMT | 2 |
I have a list box that can select multiple rows. I need to get each row added to table and do a index/search. I currently have the following code (partial listed here): For Each PartInList In Me.PartList.ItemsSelected
|
| Is there an Add-In for the VBA editor that configures the editor . | 06 Jan 2005 13:32 GMT | 1 |
I am trying to develop a prorotype of a rather large application using MS Acess 2003 and would like very much to know if the VBA editor can be configured to support VB7/ VB.net coding. Please contact me at ronancg@yahoo.co.uk if there is an answer.
|