G
Guest
Here's what i need to do and here's what I've done so far. I have a sql table that includes the following info po number, receive date, product, description, vendor, amount received,price. I also needed to add freight cost, pallet charge, and other charges so a user could fill these values in. The only way i thought of to accomplish this was to write a query with the sql table and the self made table that includes the new fields. I then thing to use a make table table query. WHat I want to happen is when the query is run information will be updated not delted. With a makle table query the original table is delted first. I thought about an append query but that just adds info on doesn't really update old info. Please help.