Pookiemeister
Well-known Member
- Joined
- Jan 6, 2012
- Messages
- 626
- Office Version
- 365
- 2010
- Platform
- Windows
In my database, I have a table called tblMaintEntries, a matching form called frmMaintEntries, and another table called tblMaintPersonnel and form called frmMaintPersonnel. The user will use the form to put data into the tables. I am wanting to put a subform of just tblMaintEntries inside the frmMaintPersonnel so only the maintenance performed is shown by that maintenance person in the subform. I tried using the subform wizard but it keeps adding the frmMaintEntries and not tblMaintEntries. Yes, I realize it is called a "subform" for that reason and not a subtable. Anyway, is there a way to achieve this? Thank you.