G
gemel
I work with SQL server but I have been asked recently to provide some
Access forms that will provide a connection to Access tables, SQL
tables, and sometimes both. I want to use SQLL to do this job and I
have set about the job as follows.
1. I have made external connections to the SQL server database as
linked tables. The tables are now available to Access.
2. I create a connection object to the current project
3. I create a recordset based on SQL queries.
Now I can populate the recordset using the SQL
Is this the recommened method of making the data available to Access.
Also, I'm not very sure about how I bind the controls to the data so
that when I move the pointer through the recordset then I will get the
appropriate effect on the controls. Can I bind the controls to the
recordset as a whole?
Thanks in advance
John L
Access forms that will provide a connection to Access tables, SQL
tables, and sometimes both. I want to use SQLL to do this job and I
have set about the job as follows.
1. I have made external connections to the SQL server database as
linked tables. The tables are now available to Access.
2. I create a connection object to the current project
3. I create a recordset based on SQL queries.
Now I can populate the recordset using the SQL
Is this the recommened method of making the data available to Access.
Also, I'm not very sure about how I bind the controls to the data so
that when I move the pointer through the recordset then I will get the
appropriate effect on the controls. Can I bind the controls to the
recordset as a whole?
Thanks in advance
John L