| Thread | Last Post | Replies |
|
| Install problem on win2k pc - overwrite never | 19 Dec 2005 19:06 GMT | 1 |
Hoping someone can help/explain: I created a runtime pkg using devtoolkit 97, for install on win2k pc, no prior version of office or access on this pc. I set the overwrite parameter to never, but I still get a conflict with a couple of dll's
|
| Right-Click Mouse in Runtime | 19 Dec 2005 16:18 GMT | 8 |
It is becoming increasingly difficult to defend Access Runtime's lack of right-click mouse availability. Not just for the missing filter by form features, but for the simple cut, copy and paste features that all windows users are used to having on the right mouse menu. Is there ...
|
| Access 2003 Developer Tools with 2000 | 17 Dec 2005 15:03 GMT | 1 |
I work in an Office 2000 environment. I am developing an Access 2000 application and want to distribute it to users who do not have Access installed. The ideal solution would be to use Office 2000 Developer Tools' Access Runtime, but unfortunately Microsoft no longer sells the ...
|
| Form Replication property | 16 Dec 2005 21:03 GMT | 1 |
I have an Access 97 application which needs to be converted into Access 2002. I tried converting my application and it did go through well except few things. Actually, my 97 application is full of Replicated objects (Tables, Queries,
|
| Access Database Distribution, mulitple versions... | 16 Dec 2005 20:08 GMT | 1 |
I created a variety of databases for different people within my company to use. Almost all of them have a backend database on our server and a client version on each user’s individual computer. I've been pulling my hair out trying to get things to work because we are
|
| Truncated memo f/ Excel to Access with TransferSpreadsheet | 16 Dec 2005 19:17 GMT | 5 |
I am posting this problem after having browsed through all the existing messages related to TransferSpreadsheet. Most of the discussions inthe forum seem to indicate that there should not be any truncation problem with large text field using the command. Yet I experimented text ...
|
| Using a function to set a global const | 16 Dec 2005 16:03 GMT | 2 |
I know I can't do this directly, but how might I accomplish the same thing. I am trying to set this constant in a module: Global Const dbPath = Left(CurrentDb.Name, (InStrRev(CurrentDb.Name, "/"))) I know I can't use functions to declare this constant, but how do I set it
|
| Access 2003 Package Wizard | 15 Dec 2005 01:32 GMT | 1 |
Using the Access 2003 Package Wizard how can I create more than one shortcut for my program? I remember with the 2000 Package and Deployment Wizard I was able to create more that one shortcut. I find it very inconvenient that I cannot create more than one shortcut with the 2003 ...
|
| Date Difference | 14 Dec 2005 17:33 GMT | 1 |
Does anyone have some code to calculate the number of business days between two dates excluding holidays and weekends? For example, The number of business days between 12/19/2005 and 12/30/2005 = 8.
|
| junk | 13 Dec 2005 13:10 GMT | 1 |
testing only, testing only.
|
| Enable Package and demployment | 12 Dec 2005 18:00 GMT | 3 |
How can I enable Package and demployment in office 2003. I have installed the Visual Studio office 2003 but I can't see in Add in manager the package and demployment.
|
| Exact purchase to distribute Runtime | 12 Dec 2005 17:58 GMT | 6 |
I am struggling finding the exact names of what to purchase. I have an Access 2000 DB, End result is a runtime version packaged on a CD for distribution. I assume I will need to convert DB to Access 2002 to create the MDE file....
|
| Saving in .csv format | 11 Dec 2005 19:13 GMT | 4 |
Does anyone know if the file could be saved programaticaly into .csv format? For example to save into .xls there is a command DoCmd.TransferSpreadsheet Is there a command for .csv
|
| Importing Multiple Excel Tabs | 10 Dec 2005 21:14 GMT | 1 |
I am wondering if there is a way to import a spreadsheet with multiple tabs of data. I have a spreadsheet that has multiple tabs breaking data down into their separate months. Every tab has the same column structure. I am wanting to
|
| Adding Minutes to a time field to create a new time value | 10 Dec 2005 01:43 GMT | 1 |
I have been trying to implement a form that ask me How many minutes to add to the time I put on another text field that has been formatted as a medium time format field, using the following expression: =DateAdd("n",[text37],[Text34])
|