Christopher said:
i have created a large database in access xp. i now need to convert
it into an executable program so i can run it on computers that don't
have a copy of access. how do i achieve this?
any help will be greatly accepted.
chris
Access apps cannot be converted into self-executing apps. You either have
to re-write the app in something that can be compiled to an executable (vb,
dot-net, c++, etc.), or you can acquire the Developer's Tools for your
version of Access.
Those tools allow you to create a setup package that will install a Runtime
version of Access on the target PC so your app can be used and it also gives
you the license to freely distribute that Runtime with your Access
application.
Since you are not using the latest version of Access you might have some
difficulty finding the Devleoper's Tools in that version, but for XP I'm
pretty sure you could land a copy on the internet somewhere.