am working on an access project. i have a table comprising item_id, date made, vendor, unit price, amount and remarks.
I want a report or table which will have ticket_id generated per day per vendor.
How can i go about this.
Thank you
am working on an access project. i have a table comprising item_id, date made, vendor, unit price, amount and remarks.
I want a report or table which will have ticket_id generated per day per vendor.
How can i go about this.
Thank you
A few questions for you:
1. Is your item_id set to AutoNumber (Data type)?
2. What is the amount field being used for?
-RC