| Thread | Last Post | Replies |
|
| How do I find out if a verbal is Negative in VBA | 02 Mar 2005 22:57 GMT | 2 |
How do I find out if a verbal is Negative in VBA
|
| 2nd page on Report | 02 Mar 2005 22:53 GMT | 2 |
Get me started in the right direction. In my report I have a page header with certain information. But on the 2 page I want to keep some page header info but not other information. Using VB can I somehow have certain information show on 1st page but not in
|
| Need help with extraction of a alphabet from an alphanumeric value | 02 Mar 2005 22:41 GMT | 2 |
I have a column which has values like 00-H15-81366, 03-A02-81570 etc. I need to make another column which will show the aphabet only e.g. H, A etc. I would like to know if there is any function that would allow me to do so. Thanks in advance.
|
| Access 2003 VB Example Files | 02 Mar 2005 21:36 GMT | 1 |
The new Access Visual Basic example files use a text that is very tiny, and I have been unable to find options to increase example font size. Microsoft needs to include a fix for this in their next Office Update!
|
| Using Option Buttons, select case and strcriteria. How do I show a message BOX. | 02 Mar 2005 19:57 GMT | 3 |
I am using the code below on [Event Procedure]of the option Buttons. This opens my form correctly BUT it also opens a blank form when No job number matches the criteria. Is there a way I can create a message box to show there is know match.
|
| check boxes, eye dots ... | 02 Mar 2005 18:01 GMT | 11 |
Ref: office xp sp3 Would like to put up on the screen a window with several check box's or ... . The user would then mark the boxes appropriate to his request & then click on next or ... . Then the vba program could process the request(s).
|
| Natural Log Function ( LN ) | 02 Mar 2005 17:19 GMT | 1 |
I'm using Access 2000 and I'm trying to use the natural logarithm function ( ln ) in one of my modules but one doesn't exist. Does anyone know or have a function that uses the existing Math.log/exp functions to get the equivalent ln function?
|
| I need to VBA Assistance to pass an Access variable as a parameter | 02 Mar 2005 16:45 GMT | 7 |
Good morning, I am using this Access module to control Excel as well. I am using an object variable named OBJ declared as an Excel Application. I use this object variable to call certain Excel macros, but I need to know if there is a way
|
| Using Tabs Characters in Labels Controls | 02 Mar 2005 16:21 GMT | 6 |
Can someone please tell me how to use the vbTab character? I am trying to format a label using tabs. When I add the vbTab to the string it prints a squares instead of tabbing the text over. This is what I am doing:
|
| How can i calculate week endings dates in access? | 02 Mar 2005 15:29 GMT | 1 |
I was just wondering how it would be possible to obtain a field called 'week ending' which would give me a list of all the sunday's dates for the coming year.
|
| VBA code to access FTP site | 02 Mar 2005 14:52 GMT | 1 |
I've written code to copy files from an FTP (intranet) to a networked destination. it then verifies the transfer & sends me an email stating that it was a success or failure. however, the missing piece to this code is gaining access to the FTP site.
|
| error 3061 | 02 Mar 2005 14:51 GMT | 1 |
Hi group, i am trying to execute the code below, but i get the following error (3061) I think that it is erroring on this line: Set rsPT = dbCurrent.OpenRecordset("qryQtrRptAge")
|
| Treeview Control | 02 Mar 2005 14:46 GMT | 2 |
I'm using a treeview control and i'm building a search routine. The problem is that, if the string i'm searching doesn't exists on the Tree, all the nodes of the tree stay expanded. Is there any method to collapse all the nodes?
|
| Searching | 02 Mar 2005 12:37 GMT | 5 |
I have a database with two tables: Table (table name:Data) contains 183 fields. (Field names: Name, 1, 2, 3, 4 ..... 182) . These 182 fields will contain number of troubleshooting done on each day by a technician from 1st September 2004 till date. Name field
|
| Checking if a word doc exists | 02 Mar 2005 12:35 GMT | 4 |
I have created some code to create and save a word doc to a specfic location on my server. Is there an easy way to check to see if the document already exists before the "AppWord.ActiveDocument.SaveAs" code is run. Have copied sections of the code which outline the folder ...
|