I have a Quotes table with clients info, and a bookings table. When people are shopping, they are in our quotes file. When the want to book, I want to create a new record for them in our bookings file.
I tried doing this with an update query, but Im not having any luck.
Most (not all) of the fields in the quotes table will be transfered to the bookings table. The bookings table, when adding new records has an autonumber field. (I dont know if this matters). Thanks.
I tried doing this with an update query, but Im not having any luck.
Most (not all) of the fields in the quotes table will be transfered to the bookings table. The bookings table, when adding new records has an autonumber field. (I dont know if this matters). Thanks.