Hi. I’m new here!
I know that there is a simple answer to my problem, but I think I’ve been working on it for too long now so I can’t see it!
I’m making a database driven website for ecommerce that has only one product, lets just call them “units” for now. What I need to do is have tables for customers, admin people, and then a way to track how many units each customer has in an account. That’s really no problem. My problem come up when I try to figure how to track who is editing the account data.
For example:
Customer1 buys 10 units. The next day he wins 10 more units in an online contest, so Admin1 needs to add 10 more units to Customer1’s account. Some time later, the boss needs to look up Customer1’s transactions to see what they did over a period of time. In the lookup, the boss needs to see who added or subtracted from Customer1’s account. I just can’t seem to find a way of splitting up the tables to make this work. In addition to this, I also need to make it, so later I can add more products, so I have a product table too.
Believe it or not, I actually have been making Access databases for quite some time now, that’s why this is really bugging me.
Thanks, Tom
I know that there is a simple answer to my problem, but I think I’ve been working on it for too long now so I can’t see it!
I’m making a database driven website for ecommerce that has only one product, lets just call them “units” for now. What I need to do is have tables for customers, admin people, and then a way to track how many units each customer has in an account. That’s really no problem. My problem come up when I try to figure how to track who is editing the account data.
For example:
Customer1 buys 10 units. The next day he wins 10 more units in an online contest, so Admin1 needs to add 10 more units to Customer1’s account. Some time later, the boss needs to look up Customer1’s transactions to see what they did over a period of time. In the lookup, the boss needs to see who added or subtracted from Customer1’s account. I just can’t seem to find a way of splitting up the tables to make this work. In addition to this, I also need to make it, so later I can add more products, so I have a product table too.
Believe it or not, I actually have been making Access databases for quite some time now, that’s why this is really bugging me.
Thanks, Tom