I have four Access databases kept at different places.
DB1. is Toolmaster.accd b, which has tables like "tool" ,etc. It has form also like "frmTool".
The fields of the table are like ToolID, Tooldesc, etc
DB2. is Toollife.accdb, which has a table "Toollife" and the fields are ToolID, Lifeavg, etc
DB3 is Schedule.accdb which has table "schedule" and the fields are like Partno, ToolID, Quantity, etc
DB4 is Toolstatus.accd b which has a table "Toolinvent ory"
My problems are
1. From DB4, how to connect and open the DB1, DB2, DB3 database, its table, its records, and its form. through VBA
2. DB4 has a form "frmStatus" . How to see the DB1 table data in this form through VBA
I am learning Access and VBA. Kindly help.
DB1. is Toolmaster.accd b, which has tables like "tool" ,etc. It has form also like "frmTool".
The fields of the table are like ToolID, Tooldesc, etc
DB2. is Toollife.accdb, which has a table "Toollife" and the fields are ToolID, Lifeavg, etc
DB3 is Schedule.accdb which has table "schedule" and the fields are like Partno, ToolID, Quantity, etc
DB4 is Toolstatus.accd b which has a table "Toolinvent ory"
My problems are
1. From DB4, how to connect and open the DB1, DB2, DB3 database, its table, its records, and its form. through VBA
2. DB4 has a form "frmStatus" . How to see the DB1 table data in this form through VBA
I am learning Access and VBA. Kindly help.
Comment