First of all, I am VERY much a beginner to Access. I have very limited knowledge. I'm trying to set up a database to track client loyalty points. The table would contain the client ID, name, membership date, total points earned, total points spent, points balance (which is earned - spent), and dollar value.
I have two questions. The first thing I'm trying to do is create a form that will let you increase or decrease the points of a client. I have figured out how to create the form, but now I can't figure out how to "add" the points to the "Total Points Earned" column in the table. And how to "Decrease" the points to the "Total Points Spent" column in the table.
I'm also trying to have the "Dollar Value" column in the table auto calculate based on points. The dollar value would increase as points reached certain thresholds. Ie. once you hit 8000 points, you have $10. Once you hit 15,000 points you have $25 dollars.
I have looked everywhere I can think of to find these answers! I just don't know enough of the lingo to figure out exactly what to search for!
Thank you for your help!!