G
Guest
Hi,
I have a form with an underlieing table.
On the form I have a button with some code that does things to the table in
the open form.
In that code, I also want to manipulate data in a table that doesn't have
anything to do with the open form or underlieing recordset.
I know this is probably basic, but how do I open another table so that I can
add new records to that table when I'm done adding records to the Form's
Table?
I guess my problem is how do I open a table and tell VBA that that table is
the recordset that I want to be updating?
Here is the basic code I have for updating the Form's Table:
What comes next to open a new table and set that table as the recordset to
update?
Thanks
Mike Zz
I have a form with an underlieing table.
On the form I have a button with some code that does things to the table in
the open form.
In that code, I also want to manipulate data in a table that doesn't have
anything to do with the open form or underlieing recordset.
I know this is probably basic, but how do I open another table so that I can
add new records to that table when I'm done adding records to the Form's
Table?
I guess my problem is how do I open a table and tell VBA that that table is
the recordset that I want to be updating?
Here is the basic code I have for updating the Form's Table:
What comes next to open a new table and set that table as the recordset to
update?
Thanks
Mike Zz