| Thread | Last Post | Replies |
|
| Button to open my documents | 07 Feb 2006 15:07 GMT | 3 |
I have created my access database for our customers/sites/jobs and the last thing I want to do is create a button that will open the correspondence file - basically link to My Documents. I have tried this a few months ago and am no further forward - can anyone help?
|
| Strange Error | 07 Feb 2006 14:54 GMT | 5 |
What do I make of the error, when Access doesn't appear to recognize the ".additem"? Do I use ItemSelected somehow?
|
| How to suspend execution of code in VBA? | 07 Feb 2006 14:27 GMT | 2 |
In VBA for Excel there is something like Application.Wait to suspend execution for some time. But how to achieve this in Access 2003?
|
| using applyFilter with a variable | 07 Feb 2006 13:29 GMT | 2 |
I am trying to apply a filter to a form based on a parameter passed through the openArgs function. The issue arises when I use the applyFilter function. Here is the code: If Not IsNull(Me.OpenArgs) Then
|
| VBA in Access | 07 Feb 2006 12:45 GMT | 1 |
I am tring to create a Database using access. When i have my form open, I have a number of List boxes that i can choose filters or quearies from. What I am tring to do is, when i select an object from the first list box, I want the remaining list boxes to update automatically. ...
|
| office links in command bar | 07 Feb 2006 12:42 GMT | 1 |
Anybody know how to programmatically take out the "office links" button on a toolbar? Any assistance would be greatly appreciated Thanks
|
| Get username | 07 Feb 2006 12:15 GMT | 5 |
I can make users into access and make groups but how can i see the name on the user? Alvin
|
| Test open DAO transactions | 07 Feb 2006 10:17 GMT | 2 |
In my code I would like to test wether a transaction is open. Is there a way to get the number of open transactions from CurrentDb or should I manually keep count and Reroll accordingly if an error occurs? Naturally I want to avoid rolling back when there are no transactions open ...
|
| Just get started - please help | 07 Feb 2006 09:38 GMT | 7 |
I try to get a record from a table like this: Private Sub Tekst0_Exit(Cancel As Integer) Dim con As Connection Dim rs As Recordset
|
| Remove duplicate values from String Arrays | 07 Feb 2006 09:37 GMT | 4 |
Hello, I need some help to learn how to remove duplicate values from a string array. The string for example is "blue yellow yellow red" or "blue yellow red yellow". What I am doing is... I split the string into a string array or 5
|
| Send mail (as attachment) button issue | 07 Feb 2006 09:31 GMT | 1 |
I am trying to disable the send e-mail (as attachment) button in one of the custom toobars. However, I do not know the specific name or line of code. The below example works for the print button in a report: CommandBars("Print Preview").Controls("Print").Visible = False
|
| I'm in "DAO Hell"; Please Help | 07 Feb 2006 06:24 GMT | 5 |
I recently installed an ATI All-In-Wonder Pro 9800 Video Card which I believe installed something called "DAO". A failed driver update corrupted the DAO (Data Access Objects?) so that it cannot be uninstalled from Add/Remove Programs. This led to a secondary problem in Roxio ...
|
| I installed microsoft office but outlook is not working | 07 Feb 2006 03:11 GMT | 1 |
Get error - unable to locate component. This application has failed to start because OUTEX>DLL was not found. Re-installing the application may fix this problem. Then, Unable to open your default email folders. An unexpected error has occurred. MAPI was unable to load the ...
|
| Weird problems with VBA in Access | 07 Feb 2006 02:18 GMT | 2 |
I am having some strange difficulties with some VBA code written in Access. The code was originally written in Access 97, where it works fine. Since then I have been using the same code in Access 2000 and 2002, but for large datasets the code will inexplicably just stop. There ...
|
| code help with do.. loop and dlookup in a report | 07 Feb 2006 02:08 GMT | 4 |
hey... i'm not very good at vba yet so i don't know where to start on this issue. i have a report that needs to pull data from a couple of different places, at different times. here's the breakdown: i have a table that has sale data for all the sales consultants at one
|