S
Sonia
Hi,
This may sound stupid but I would like to create a table to hold some
playing lottery numbers and I'm not sure the type of structure should I use.
The lottery numbers can be in columns of 5 or 6, depending of the type and
(to complicate it even more) can have some bonus numbers associate with
them. I thought of the following columns names but I'm not sure.
Play_ID: Auto number
TodayDate: DateTime
PlayDate: DateTime
PlayType_ID: Number (associated with a type of play table)
ClnN1: Number First number
....
ClnN6: Number Last number
ClnB1: Number Bonus Number 1
What do you think?
TIA
Sonia
This may sound stupid but I would like to create a table to hold some
playing lottery numbers and I'm not sure the type of structure should I use.
The lottery numbers can be in columns of 5 or 6, depending of the type and
(to complicate it even more) can have some bonus numbers associate with
them. I thought of the following columns names but I'm not sure.
Play_ID: Auto number
TodayDate: DateTime
PlayDate: DateTime
PlayType_ID: Number (associated with a type of play table)
ClnN1: Number First number
....
ClnN6: Number Last number
ClnB1: Number Bonus Number 1
What do you think?
TIA
Sonia