L
Lisa M. Fida
MSAccess 2003 and SQLExpress 2005 in multiple user setting
I have a front end Access database that needs to retrieve data from a back
end Access database and from a SQL database. The front end has the forms and
VBA code, the back end just has tables and queries. So far I'm only
retrieving data from the Access back end at this time. I have code in the
ParentForm_Load event that pulls data from two related tables (Invoices and
Invoice Details) out of the back end and populates a DAO recordset. The
question: how can I populate (or bind) the Parent form with the Invoices data
and the subform with the related Invoice Details data (and be able to modify,
delete, insert, etc.)?
I'm using recordsets because of the multiple user setting. Is there a
better way to achieve the goal without sacrificing performance? I originally
had all the pertinent tables linked but noticed that the application slowed
greatly when there is more than one person using it.
Thanks in advance,
I have a front end Access database that needs to retrieve data from a back
end Access database and from a SQL database. The front end has the forms and
VBA code, the back end just has tables and queries. So far I'm only
retrieving data from the Access back end at this time. I have code in the
ParentForm_Load event that pulls data from two related tables (Invoices and
Invoice Details) out of the back end and populates a DAO recordset. The
question: how can I populate (or bind) the Parent form with the Invoices data
and the subform with the related Invoice Details data (and be able to modify,
delete, insert, etc.)?
I'm using recordsets because of the multiple user setting. Is there a
better way to achieve the goal without sacrificing performance? I originally
had all the pertinent tables linked but noticed that the application slowed
greatly when there is more than one person using it.
Thanks in advance,