I just got introduced to Access VBA and recordsets, and I have been trying my hands on a few codes. Using recordsets, I am able to navigate through records, search, etc. The issue now is this:
I have three tables - tblEmployees, tblDepartments, tblPayrate
A primary key is used to link tblEmployees with tblDepartents and tblPayrate
I have an unbound form that uses recordsets to navigate and manipulate data in tblEmployees.
I want to display data from the related tables (create a subform) and update all tables with information the user enters (using recordsets). However, I am not certain how to proceed with this. I'm new to this and any help will be greatly appreciated.
I have three tables - tblEmployees, tblDepartments, tblPayrate
A primary key is used to link tblEmployees with tblDepartents and tblPayrate
I have an unbound form that uses recordsets to navigate and manipulate data in tblEmployees.
I want to display data from the related tables (create a subform) and update all tables with information the user enters (using recordsets). However, I am not certain how to proceed with this. I'm new to this and any help will be greatly appreciated.
Last edited: