HELLO
What is the best access method to accomplish the following.
I would like to import from excel.. a new table "Daily Sale File" to bring in all of the recordes (one for each customer) that represent a sale from my website for that day.Each record will have an item name , item code and customer info.
The database will already have two tables :
-Item Master Table-with item id, weight , name and price
-Customer Sales Master Table -with customer information, the item sold, the weight of the item sold pulled from the item master
The process will be as follows:
-Import the 'Daily Sale Table"
-Load the Daily Sale table to the Customer Sales master table.
-Retrieve the weight of the item from the Item master table and populate this on the customer sale master
Generate reports from the customer master table
Generate an excel file from the customer master table
add a flag that notes the customer record was processed on the master sales table
Should i use queries or learn to code this in VBA
thank you
Cynthia
Tan Item master file with the code and the item weight and my cost price.
The datatbase will have a customer master file. This file will be loaded each day by moving data from the daily sale file
What is the best access method to accomplish the following.
I would like to import from excel.. a new table "Daily Sale File" to bring in all of the recordes (one for each customer) that represent a sale from my website for that day.Each record will have an item name , item code and customer info.
The database will already have two tables :
-Item Master Table-with item id, weight , name and price
-Customer Sales Master Table -with customer information, the item sold, the weight of the item sold pulled from the item master
The process will be as follows:
-Import the 'Daily Sale Table"
-Load the Daily Sale table to the Customer Sales master table.
-Retrieve the weight of the item from the Item master table and populate this on the customer sale master
Generate reports from the customer master table
Generate an excel file from the customer master table
add a flag that notes the customer record was processed on the master sales table
Should i use queries or learn to code this in VBA
thank you
Cynthia
Tan Item master file with the code and the item weight and my cost price.
The datatbase will have a customer master file. This file will be loaded each day by moving data from the daily sale file