G
Guest
Afternoon folks. I was hopeing to run this by you folks and see what you
think would be the best way to accomplish this.
Currently, I have a quert that polls ym database and shows me those certain
records that have not shipped. The query shows me the ID, Customer name,
phone number, location it is shipping to and serial number of the item being
shipped.
Currently, I print this out, and go through and go to each record and
manually update the "date out" field.
I was thinking about putting the result of this query into a list box on a
form, and then I could possibly select each record through that list box and
update the date out, which saves some time instead of finding each record.
Or, maybe go even one step farther and after running the query, somehow have
it so these records are automatically updated with today's date.
I was wondering if anyone has run across doing somethnig like this and what
they would suggest. I am by far no expert to say the least. So, please keep
that in mind when adding in your 2 cents <G>
Thanks in advance all!
Richard
think would be the best way to accomplish this.
Currently, I have a quert that polls ym database and shows me those certain
records that have not shipped. The query shows me the ID, Customer name,
phone number, location it is shipping to and serial number of the item being
shipped.
Currently, I print this out, and go through and go to each record and
manually update the "date out" field.
I was thinking about putting the result of this query into a list box on a
form, and then I could possibly select each record through that list box and
update the date out, which saves some time instead of finding each record.
Or, maybe go even one step farther and after running the query, somehow have
it so these records are automatically updated with today's date.
I was wondering if anyone has run across doing somethnig like this and what
they would suggest. I am by far no expert to say the least. So, please keep
that in mind when adding in your 2 cents <G>
Thanks in advance all!
Richard