Forms & SQL

  • Thread starter Thread starter Raymond Clarke
  • Start date Start date
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
 
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.
 
Back
Top