Morning,
I'm still thinking about my database creation and I really struggle to see how.
Let me explain, I have one table or daily basis I write the meters of slot machines. this table looks like this:
Id Slots Date Meter1 Meter2
1 1000 01/01/12 120 450
2 1001 01/01/12 78 98
3 1000 02/01/12 142 453
4 1001 02/01/12 78 98
After that I make a meters difference by a query. Until the it is ok!
my problem occurs when, for technical reasons, I have to do a reset of the meters.
Should I go through a table?
should I go through the VBA in the query?
do I create a new query?
in short I do not know where to take it.
Thank you in advance.
HB
I'm still thinking about my database creation and I really struggle to see how.
Let me explain, I have one table or daily basis I write the meters of slot machines. this table looks like this:
Id Slots Date Meter1 Meter2
1 1000 01/01/12 120 450
2 1001 01/01/12 78 98
3 1000 02/01/12 142 453
4 1001 02/01/12 78 98
After that I make a meters difference by a query. Until the it is ok!
my problem occurs when, for technical reasons, I have to do a reset of the meters.
Should I go through a table?
should I go through the VBA in the query?
do I create a new query?
in short I do not know where to take it.
Thank you in advance.
HB