Ok, so I have an attendance database
with 3 tables right now
TABLE NAMES AND FIELDS
Main - Fields (ID, Rank, Name, Shop, Status, DX/NX, Comment)
Muster - Fields (MusterID, ID, Musterdate, Atwork, DX,NX, Comment)
Shop - Fields (120, 220, 050, ect)
I am using and AppendQuery from the main, to the Muster table. But I was using subforms to open up all the differant shops via a drop down and IF/THEN.
Subforms are based off of queries for that shop.
I have 148 users, and everytime I try and update a subform it updates all 148 users.
1. How would I go about only updating the users from the shop for that day, without updating all users every time someone clicks Update.
2. Once everyone is updated for the day how would I got about creating a report stating something possible like this
SHOP Mustered OTHER
120 XX (Number Present) Number that did not muster (and if possible reason why (under comments)
Thanks for any tips or idea's
Decker
with 3 tables right now
TABLE NAMES AND FIELDS
Main - Fields (ID, Rank, Name, Shop, Status, DX/NX, Comment)
Muster - Fields (MusterID, ID, Musterdate, Atwork, DX,NX, Comment)
Shop - Fields (120, 220, 050, ect)
I am using and AppendQuery from the main, to the Muster table. But I was using subforms to open up all the differant shops via a drop down and IF/THEN.
Subforms are based off of queries for that shop.
I have 148 users, and everytime I try and update a subform it updates all 148 users.
1. How would I go about only updating the users from the shop for that day, without updating all users every time someone clicks Update.
2. Once everyone is updated for the day how would I got about creating a report stating something possible like this
SHOP Mustered OTHER
120 XX (Number Present) Number that did not muster (and if possible reason why (under comments)
Thanks for any tips or idea's
Decker