hullstorage
Registered User.
- Local time
- Today, 07:15
- Joined
- Jul 18, 2007
- Messages
- 213
i have a form that shows me a distinct value which is the invoice number for a given customer
as the same invoice number for that customer is in quite a few records
and the query only shows me 1 of the records how do i create an update query so that say on a form the invoice number is 6145 and the invoice status is "no" the update query changes all records with the invoice number 6145 invoice status to "yes"
hope this makes sense
this is how my form looks
customer invoice number Has been invoiced
========================================
SIMON 6145 NO
JOHN 6146 NO
LEE 6147 NO
Please bare in mind that the form only shows the invoice number of the first record and behind this invoice number there are many jobs
thanks
simon
as the same invoice number for that customer is in quite a few records
and the query only shows me 1 of the records how do i create an update query so that say on a form the invoice number is 6145 and the invoice status is "no" the update query changes all records with the invoice number 6145 invoice status to "yes"
hope this makes sense
this is how my form looks
customer invoice number Has been invoiced
========================================
SIMON 6145 NO
JOHN 6146 NO
LEE 6147 NO
Please bare in mind that the form only shows the invoice number of the first record and behind this invoice number there are many jobs
thanks
simon