Forms & SQL

R

Raymond Clarke

I would like to use a form to link to a SQL database. Is
this possible? If so, can someone point me in the right
direction. Thanks
 
D

Dirk Goldgar

Raymond Clarke said:
I would like to use a form to link to a SQL database. Is
this possible? If so, can someone point me in the right
direction. Thanks

By "a SQL database", do you mean a MS SQL Server database? Create a
linked table in the current database, that links to the table or view in
the SQL Server database, and then use the linked table as the
recordsource for your form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top