Base your form on a query and include all the tables you need.
If you open the form in design-view and go to the properties tab, you can
build the query right there and not have to save it separately in your
database.
Is it also possible to open an ADODB.Recordset of a table and have better
control on manipulating the data? I tried to do it, but the ADODB.Connection
comes into my way as it needs open the "Data Source", which is already in use.
Any help on a way for creating Recordset, with anticipated thanks.