Given the following setup:
3 forms: MDIParent, Child1 and Child2
2 Access tables: Table1 and Table2 (tables are totally unrelated)
If I create a global database connection string from MDIParent, can I modify data in Table1 (from Child1) and Table2 (from Child2) using the same connection string at the same time without causing corruptions?
tia,
flynn
3 forms: MDIParent, Child1 and Child2
2 Access tables: Table1 and Table2 (tables are totally unrelated)
If I create a global database connection string from MDIParent, can I modify data in Table1 (from Child1) and Table2 (from Child2) using the same connection string at the same time without causing corruptions?
tia,
flynn