Groups | Blog | Home
all groups > sql server clients > june 2004 >

sql server clients : client/server application using Access as front end


ming
6/23/2004 12:09:19 PM
Hi, i have this Access database with data entry forms. Now
i want to move the data to SQL server and keep the entry
system in Access. I tried to create a Access project which
is linked with SQL server. the access project is just like
a local application, i could make any changes on data and
even the design of the database, which is not i have in
mind. I could set up the startup form but it's really easy
to bypass it. What should i do, Access project or ADO
Steve Thompson
6/24/2004 9:34:23 AM
[quoted text, click to view]

Go for the programming! It is the only way to scale an Access front end/SQL
Server back end to more than 1 user <g>.

If you are going to dig into this programming, an excellent book on this
subject, loaded with code samples:
Microsoft Access Developer's Guide to SQL Server
by Mary Chipman, Andy Baron
ISBN: 0672319446

Steve


T. Gylver
8/7/2004 9:00:06 PM
Access project is a quick (and easy??) way to create clients.
You can remove the standard Access menus from your your client so that users
cannot easily change your design. Access has about everything when it comes
to security

If you have some experience with access databases you can benefit from this
when you create an access application working with sql server. You can
create your forms by using wizards in access. For more sophisticated
functions you can write ADO calls from Access (in VBA) to SQL Server, for
instance to let the client call stored procedures on the sql server.

Regards

Tore





[quoted text, click to view]

AddThis Social Bookmark Button