Front End Support for Ms Access Login Form

santhosh23

Registered User.
Local time
, 17:35
Joined
Jul 21, 2015
Messages
74
Hi

I have created a Login form in Access Database in which the users can log in to enter the work information like how much time and which job they worked on particular day , this data is stored in a table . How can make the users to use this form , I dont want to access to be installed on every machine..I want to give something like a URL so that the users can use it..

Can anybody help me which software I can use for creation of website so that it can be compatible with ms access ...I basically need to create a front end application and connect ms access my project in the back end scenario..

thanks in advance..
 
Hi Ranman256..thanks for the reply...So i need to create a macro and put AUTOEXEC(Login Form) . Again I need to install Ms Access Runtime in every system rite ?
is there any other options..?
 
YOU dont have to install it, the user can just by clicking that link. Then clickin a few buttons.
Once installed they can open the db and run it.

The autoexec macro would have
docmd.openform "main"

the user need do nothing, except start the app.
 
Hi Ranman256 ....I understood the macro part but I didnt understand about the link, if i am not installing in the access runtime in the users system so what link will i give to the users and how do they use it..
 
Once RT is on their pc, they need only dbl-click the shortcut to your db file.
the RT will open it.
 

Users who are viewing this thread

Back
Top Bottom