I have a warranty repair db that I use on a daily bases. I use it to keep track of the bad computers I run diagnotics on and what there problem is. The problem I have is I want 2 sub forms. One that allows me to add new common issues to my issue table and another form to add manual issues. I fill out my warranty form which gets inputted to my warranty table. The Issues come from the issue table and get stored in my warranty table under the IssueSel field. When I add a new common issue it gets added to the Issue table to the Issue1 field but I want it copied to the IssueSel field in my warranty table to that I can requery my Combo box with the current Issue I added. My "manual issues" I wanted a form so I have more room to see what I typed before it gets put into the IssueSel field and shows up in my combobox and gets requery As you see attached is my database of my front end and back end of it. Right now the tables are linked to C:\Warranty Repair_backend.accdb for testing as I made a backup of it. I am by far not a programmer so I used example codes from the web and made my db work.
Attachments
Last edited by a moderator: