Hi, we still need the information I asked you to give. Please explain it in
real world terms. You're trying to describe what you want as though Access
were Excel. It isn't The kind of thing you have described can be achieved
in Excel without too much thinking but with relatively high labor cost. If
you can describe what you really want we can steer you in the direction to
create a workable application.
HTH
> Thank you for your reply.
>
[quoted text clipped - 62 lines]
> > >
> > > Herbert
Hey Larry,
Thank you for your continuous attention.
Ok. Let me tell you the real problem I have. I actually want to find out
if there's any whatsoever pattern for my local lottery. We have 7 numbers
out of 49 numbers each time.
So the pattern I want to look for is to see on average, the number of draws
that will take place before a number will appear again. Although it is
supposed to be random, I still want to see if I can get this pattern out
from the past results.
I have at the moment the data in this format:
Draw No. Number
So I want to have the data in the following format:
Draw No. Number1 Number2, etc,. LastDrawNo.Number1Appears
LastDrawNo.Number2Appears, etc.
It is also meant to be a mental challenge to see if I can get Access to
display such a summary. But this challenge is beyond me at the moment.
If it will make things easier, I can write an Excel macro to make the data
to appear as follows:
Draw No. Number1 Number2 ... Number7
Could you help out?
Thank you very much.
Herbert
> Hi, we still need the information I asked you to give. Please explain it in
> real world terms. You're trying to describe what you want as though Access
[quoted text clipped - 74 lines]
> > > >
> > > > Herbert
Tim Ferguson - 04 Mar 2005 18:17 GMT
> So the pattern I want to look for is to see on average, the number of
> draws that will take place before a number will appear again.
> Although it is supposed to be random, I still want to see if I can get
> this pattern out from the past results.
To be honest, this probably falls better into a good text or list
management system like PERL or LISP, rather than a relational database
system. What about Prolog, where you can set up the rules and see if they
break?
By the way how will you know if they are random? There is the famous
story of a book of random numbers that came back from the printers, and
the mathematician commissioning the project sent it back because there
were 3 threes in a row. They reset the whole thing and showed it to the
mathematician again, who still rejected it because there weren't as many
repeating digits as expected... Proving randomness or patterning is an
extremely complex and sophisticated field.
All the best
Tim F
Herbert Chan - 05 Mar 2005 01:31 GMT
Thanks for your reply Tim.
But is it possible to get a table like I've described in my posts in Access?
I will then try to eyeball the table and see if I can get any useful
information out of it.
It can be done manually, or by a vba macro in Excel (comparing by brute
force each number in the current draw with the preceding draws until it
finds the number again and enters it in a cell next to the current draw, and
writing this brute force macro is within my capability).
And proving the randomness of the lottery is certainly not my intention. I
just want to see if there is any more certain way to try to get closer to a
winning lottery.
Thank you very much.
Herbert
"Tim Ferguson" <FergusonTG@softhome.net> ???g???l???s?D:Xns960FBA245CBB1garbleme4455656@207.46.248.16...
>> So the pattern I want to look for is to see on average, the number of
>> draws that will take place before a number will appear again.
[quoted text clipped - 17 lines]
>
> Tim F
Tim Ferguson - 05 Mar 2005 17:44 GMT
> But is it possible to get a table like I've described in my posts in
> Access?
Probably. But I just can't see the utility of it.
> I just want to see if there is any more certain way to try
> to get closer to a winning lottery.
<yawn> Sorry, I don't think I can help.
Tim F