First of you will probably want the application to open
your form for the user so they don't see your database
design. From the menu:
Tools-->Startup...-->Display Form-->Select the form you
want to open when the application is opened.
As to how you distribute to users you can either give each
of them a copy of the MDB file or put it on your network
that they will all click on. Since the table is linked
they will all see the same data and your Access MDB is
only a Front-End.
You mentioned that you "tried to connect to SQL". Does
this mean that it didn't work? When you create the ODBC
object to SQL server the last step has a button
called "Test Data Source". When you click on it it will
tell you if you have made it correctly. Again your
response doesn't tell me if you had a problem making that
or when you tried linking to the data in Access. To link
to your ODBC object when it is working go to the tables
tab in design view of your Access applicaiton. Click New--
Link Table-->Under Type Select ODBC Databases-->Select
the ODBC you just made and choose which tables you want to
link to. Once it is linked Access doesn't care if it is a
local table or linked everything (queries, forms,
reports...) acts the same. Does your response mean that
you don't know what to do when it is linked to display the
data? Them set your Record Source of your form to point to
your new linked table and click and drag the fields you
want to show from your Field List onto the form in design
view.
Just give me a bit more information where you are having
problems and I can help you better understand what you are
missing.
-Cameron Sutherland