| Thread | Last Post | Replies |
|
| Invalid Use of Null | 12 Jan 2005 21:32 GMT | 7 |
I have the following VBA: Private Sub Command32_Click() Dim intPos As Double intPos = DMax("[Position]", "tbl_SubPosition", "[ID_C] =
|
| Font color a inputbox | 12 Jan 2005 21:29 GMT | 1 |
Hej can i change the font color in the propmt in my inputbox? Alvin
|
| Creating Access Application Setup Packages | 12 Jan 2005 19:57 GMT | 1 |
Anyone there who can point me to any paper or any on-line documentation on how to create installer packges for Access application using Installshield X? thanks in advance.
|
| update of field or control | 12 Jan 2005 19:54 GMT | 2 |
i have a macro that when you update any of the fields/control it then puts the date and time when last updated. does anyone know how to tell which field/control has been updated?
|
| What is causing this --I’ | 12 Jan 2005 19:51 GMT | 5 |
I'm attached to a Sql Server through Access. Every where there is an appostrophy it is replaced by I’. I'd appreciate any ideas on what the problem is. Thanks so much.
|
| Opening office documents - minus application object | 12 Jan 2005 19:08 GMT | 1 |
I'm using MS Access to crawl thru my file server and for all office files get their properties. MS released a dll that does this nicely (dsofile.dll). However, I would also like to grab all the text out of specified documents
|
| Looping to identify tables | 12 Jan 2005 18:58 GMT | 1 |
Could you help me with code to loop thru the current database to identify all the table names in that database? Thank you.
|
| Msgbox | 12 Jan 2005 18:55 GMT | 6 |
How can i do so my msgbox come's when i open my database The first thing i want o see is my msgbox Best regards
|
| GetOpenFilename Equivalent | 12 Jan 2005 18:24 GMT | 2 |
I want to use an Open File dialog via code to enable a user to select a file to import. Once the file is selected, the code will do the rest. Excel has a GetOpenFilename function. Is there a similar function in Access? Thank you.
|
| Normalizing with VBA | 12 Jan 2005 17:53 GMT | 2 |
Windows 2000 Pro; Access 2000 I have been tasked with revising a major Access/Excel integrated APP because of a recent company merger and organizational changes. One of my first priorities is an attempt at normalizing the "central" database which now has
|
| Eval with DoCmd.Openform | 12 Jan 2005 17:13 GMT | 1 |
Is there anyway to use Eval to programatically open up a form with arguments? For example I get an error when trying to do the following: eval("DoCmd.OpenForm ""frmSelect_RejectedDeliverables"",0,,,1,3,""openargs1"")")
|
| Iterate through Field names | 12 Jan 2005 17:11 GMT | 3 |
Thanks for taking the time to read my question. I have 5 fields named UpdatedTo with a number at the end i.e. UpdatedTo1, UpdatedTo2, UpdatedTo3, UpdatedTo4, UpdatedTo5. in my With statement, how can I iterate through these names with a variable?
|
| autofilling fields, when choosing selection from combo box | 12 Jan 2005 16:59 GMT | 2 |
Need to automatically fill 2 fields, when I choose an entry from a combo box.
|
| Snapshot using Redemption, emailing reports | 12 Jan 2005 16:54 GMT | 1 |
In order to avoid the Outlook 2002 security issue, I changed from the SendObject method to the Redemption method. The Do.Cmd.Sendobject method allowed me to us the asFormatSNP to easily send Snapshots of a report. I don't see such a straightforward option with Redemption. Any ...
|
| Type access | 12 Jan 2005 16:33 GMT | 1 |
i have a type (see partial below) after i create a varable dim pfile as tloanset. is there a way that i can dynamicly load the new variable i want to do something like this for i = 0 to ubound(pfile)
|