Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
1-time compile of an Access DB?
Name: stevezal Date: June 7, 2009 at 06:39:21 Pacific OS: Windows XP SvcPack 3 CPU/Ram: Pentium (R) /1GB Subcategory: Microsoft Office
Comment:
I have an MS Access database and application that I would like to distribute to family members. None of them has MS Office and this is a one-time compile. Is there a service that I could pay a fee to compile the database so that I could distribute the ACCDB and EXE files to them without having to purchase the compiler? Thanks.
Name: Jennifer SUMN Date: June 7, 2009 at 11:36:53 Pacific
Reply:
If all you want is a database viewer, you can find many of those by searching on Google.
EEOC
0
Response Number 2
Name: stevezal Date: June 7, 2009 at 13:10:06 Pacific
Reply:
Thanks for your reply Will the database viewer handle the code in Visual Basic as well as calls to external programs from within my Access application? From what I can determine, the free viewers only permit viewing the tables. I have an application that uses VB, forms and reports. Isn't there a compiler that creates an EXE file that can run the application, forms, and reports without having MS Access installed on the host computer. Am I missing something?
0
Response Number 3
Name: stevezal Date: June 12, 2009 at 05:33:16 Pacific
Reply:
I found the answer from PBaldy in the MS Access DBforum (http://www.dbforums.com/microsoft-access) :
"The runtime version of Access and the developer extensions are both free downloads from MS."
I downloaded both and compiled my application and moved it to a PC that didn't have MS Access installed and it worked flawlessly. Note that this software and procedure is only available with MS Access 2007 and not earlier versions of Access.
Summary: Folks, I'm slowly learning Access - using it to create stuff that is currently needed (or wished for, anyway)..... I'm hoping to end up with a clickable link on the desktop that will pop open a pie-ch...
Summary: I have an access Db which contains data on system faults - they have a start time and a fix time (which maybe days later) - I can calculate the time in hours/mins to fix, but I now need to exclude the...
Summary: This is an Access db to track leave slips. To enter new time we have a form with a combo box, choose a name in the combo box, then a subform shows that employee's info from our timeoff table, and lets...