dschomburg
MIS
Mondays - ya know I love em.
My query returns data like;
Name: Adres: Item: IsShipped(checkbox)
Cindy Loo Who 12345 Elm St Thing#1
Cindy Loo Who 12345 Wlm St Thing#2 (checked)
The info is comming from 3 different tables and I need to update the data. Like checking off, when an item is shipped.
I would prefer to do this on a form but how would I only show 1 instance of Name, Adres. And each individual Item and IsShipped? - I can do this on a report but can not update it (duh) - I can update from a query or a form but can not surpress duplicates.
Any help would help a heap.
Thanks,
Dave
My query returns data like;
Name: Adres: Item: IsShipped(checkbox)
Cindy Loo Who 12345 Elm St Thing#1
Cindy Loo Who 12345 Wlm St Thing#2 (checked)
The info is comming from 3 different tables and I need to update the data. Like checking off, when an item is shipped.
I would prefer to do this on a form but how would I only show 1 instance of Name, Adres. And each individual Item and IsShipped? - I can do this on a report but can not update it (duh) - I can update from a query or a form but can not surpress duplicates.
Any help would help a heap.
Thanks,
Dave