So i have an append query that takes a bunch of data from different tables in the db and generates a quote in a new table called "Quote". In this Quote table there are many columns (Customer,SKU,Q TY,Cost per SKU,SUm Cost,Date, Quote Id). I want to be able to generate this quote in table form for a customer, however, i want the Customer, Sum cost, Date, and Quote ID to only be listed once in this table. However, these fields get repeated for each SKU that is in each order. The customer is a text data type, the sum cost is currency data type, date is a date and time data type but it also set as a default value of Now(), and the quote Id is a autonumber data type.
I am still very new to access and dont know to much about VBA but im willing to try anthing to see if i can get a quote presentable to a customer and easily stored in a database.
I am still very new to access and dont know to much about VBA but im willing to try anthing to see if i can get a quote presentable to a customer and easily stored in a database.
Comment