| Thread | Last Post | Replies |
|
| Make MDE Programmatically | 31 Mar 2005 03:38 GMT | 1 |
Is there a way to programmatically make an MDE? I'm trying to automate Access to compile and generate an MDE file using DoCmd.RunCommand acCmdMakeMDEFile but i get this error: "You can't make the open database into an MDE file while running a macro or
|
| package wizard registry key | 30 Mar 2005 21:30 GMT | 1 |
I would like to get the package wizard to add the following key to the registry it may have to create it if it does not exist. Can someone tell me how to do this?
|
| More Additional Files problems in PDW | 30 Mar 2005 08:19 GMT | 2 |
Using the PDW with Access 2003 Developers Extensions I am trying to include some dll, ocx and tlb files that apparently not automatically installed even though referenced before going through the wizard. I assume( and I am new to this) that I must install them in the same ...
|
| Access 2003 runtime distribution | 29 Mar 2005 03:39 GMT | 2 |
I want to distribute a royalty free Access application but can't find the Packaging Wizard. I keep reading that the ADE are included in Visual Studio Tools for Office. But I can't find where. I have Office 2003 Pro, VS tools for Office 2003 and VB.NET 2003. Can anyone point ...
|
| Access System Error - No grp for this | 28 Mar 2005 21:14 GMT | 5 |
Application Error. The memory could not be "written" There isn't a disc. grp for this so I thought I'd try here first, since system developers like myself tend to hang out here.
|
| Install Fonts | 28 Mar 2005 13:29 GMT | 5 |
I noticed when I install my frontend on another pc that the fonts were not the same, is this because that pc doesnt have the fonts? If so is there a way to install the fonts with my program?
|
| Windows XP permisions for Access | 27 Mar 2005 11:43 GMT | 11 |
I maintain my backend MDB file on a windows XP machine. If I try to compact the database as either an administrator or a limited user the database becomes owned by the administrator and can nolonger be used by other users on the network.
|
| Convert access 2000 to web aplication | 26 Mar 2005 01:33 GMT | 3 |
I need to now if there is any program or option to convert a MS Access aplication from an MDB file to a HTML aplication (asp or php, all the data is at the server). Hay algun programa para convertir una aplicacion de MS Access desde un
|
| Runtime -First Time User | 25 Mar 2005 13:23 GMT | 1 |
I have made a frontend and backend that work well on my pc. I have started my frontend with runtime command switch and it works fine on my pc. Problem is when I install it on another pc , I get errors How can I simulate the dbf being on another pc. We have a simple network
|
| check if a field is null or empty | 25 Mar 2005 02:33 GMT | 4 |
There is error when I launch this command: rstExt.Fields(0).Value, because the field is empty how do we check if a field is an empty ? Thanks
|
| Error 2486 - Cannot carry out this action at this time | 24 Mar 2005 14:50 GMT | 1 |
I have an Access 2000 front end with a SQL server Back end database that is running fine in Windows 2000. Two users have now been updated to XP and they cannot open up the reports in Access. The error 2486 occurs on the line DoCmd.OpenReport strDocName, strPrintType. Then the ...
|
| Best choice for developing? | 24 Mar 2005 00:32 GMT | 4 |
I've been reading product descriptions on the MS Website, and I'm a little confused as to what the best choice is for creating standalone apps. I was looking to create (mainly) Access DBs that can run standalone (i.e. on machines not loaded w/ MS Access). I was told by a ...
|
| Working on Access DBs from outside Access | 22 Mar 2005 22:39 GMT | 3 |
Is there a way to work on Access DBs from outside Access? I would like to be able to release new code, fix tables, and do other housecleaning, but without having to actually manually open each instance of database and trying to remember what changes I need to make.
|
| Return selected Item in Listbox | 22 Mar 2005 21:49 GMT | 1 |
I am working on a Access app for reporting. I have a form that contains a Listbox item which is populated with all the report objects via this VBA code Set dbs = Application.CurrentProject ' Add Report definitions to the list box.
|
| Access 97 - 2000 issues | 22 Mar 2005 19:14 GMT | 1 |
When I run a program which was made in access 97, in access '00 it stops on the following line: locks = Str(class) + ":" + tobeone + ":" + tobetwo + ":" + tobethree + ":" + tobefour
|