E
Ernst Guckel
Hello,
I have two questions that I am a little stumped on:
1. I import menu item sales from my POS system into the office PC. The
data comes in like so: StoreNumber,SalesDate,MenuItem,PrintName,SoldCount.
The problem is that for a while now I have been importing w/out PrintName.
MenuItem is just a number and means nothing to the end user. Mistake on my
part when designing but anyway... I want to go back through and ADD
PrintName data to the records that are missing... I thought of having a
lookup table with the names but new items are added and deleted often and
there is the possibility of the same MenuItem # being used for different
Promo products... By keeping PrintName and MenuItem together I know that on
this date I sold 32 of #119 called 'Medium Coke'
2. We also import Employee hours worked each day. The problem is that the
database uses a uniqueID for each employee (EmpID) but the POS uses
EmployeeNumber. I want to import the data but as it does I need the import
to lookup the employee number to find the assosiated EmpID then insert the
data. The other thing to know is that an OLD employee number has the ability
to be resused at some point. We rotate arround a set of numbers. IE Store
#1 uses 322## for their numbers so after 99 employees they start over. Each
store has this setup. So I cannot use EmployeeNumber as the uniqueID in
access.. it would conflict with an old employee sometime in the future...
Any thoughts on either of these would be great..
Ernst.
I have two questions that I am a little stumped on:
1. I import menu item sales from my POS system into the office PC. The
data comes in like so: StoreNumber,SalesDate,MenuItem,PrintName,SoldCount.
The problem is that for a while now I have been importing w/out PrintName.
MenuItem is just a number and means nothing to the end user. Mistake on my
part when designing but anyway... I want to go back through and ADD
PrintName data to the records that are missing... I thought of having a
lookup table with the names but new items are added and deleted often and
there is the possibility of the same MenuItem # being used for different
Promo products... By keeping PrintName and MenuItem together I know that on
this date I sold 32 of #119 called 'Medium Coke'
2. We also import Employee hours worked each day. The problem is that the
database uses a uniqueID for each employee (EmpID) but the POS uses
EmployeeNumber. I want to import the data but as it does I need the import
to lookup the employee number to find the assosiated EmpID then insert the
data. The other thing to know is that an OLD employee number has the ability
to be resused at some point. We rotate arround a set of numbers. IE Store
#1 uses 322## for their numbers so after 99 employees they start over. Each
store has this setup. So I cannot use EmployeeNumber as the uniqueID in
access.. it would conflict with an old employee sometime in the future...
Any thoughts on either of these would be great..
Ernst.