Hi All,
I am designing an application in MS Access for a grocery store to store
daily report information. I am stuck in implementation of Lottery
sales for the store. I have stored the lottery information in two
tables. First table (tblLottery) consists of lottery ID, Name,
EffectiveDate, and Price and second table (tblLotteryDeta il) consists
of SalesID, EndingNumber. I would like to create a form in which it
will look at the tblLottery table and create the text boxes for each
valid lottery for a specific day (report date) and also populate
yesterday's information in another text box for each lottery ID. Let
me clarify it by giving you the sample output for the form as below:
Lottery ID Beginning_Lotte ryNumber Ending_LotteryN umber
Please note that the beginning_Lotte ryNumber is the yesterday's
Ending_lotteryN umber and it should be populated.
If the above situation is not clear, please refer me to how to create
dynamic form based on a table. For e.g., lets say I have five types of
lottery on 1/1/2005. For 1/1/2005 daily report, the form should
populate five text boxes for each lottery. For 2/1/2005, I have six
lottery types. Therefore, the form for that day should populate six
lottery type.
Thanks!
I am designing an application in MS Access for a grocery store to store
daily report information. I am stuck in implementation of Lottery
sales for the store. I have stored the lottery information in two
tables. First table (tblLottery) consists of lottery ID, Name,
EffectiveDate, and Price and second table (tblLotteryDeta il) consists
of SalesID, EndingNumber. I would like to create a form in which it
will look at the tblLottery table and create the text boxes for each
valid lottery for a specific day (report date) and also populate
yesterday's information in another text box for each lottery ID. Let
me clarify it by giving you the sample output for the form as below:
Lottery ID Beginning_Lotte ryNumber Ending_LotteryN umber
Please note that the beginning_Lotte ryNumber is the yesterday's
Ending_lotteryN umber and it should be populated.
If the above situation is not clear, please refer me to how to create
dynamic form based on a table. For e.g., lets say I have five types of
lottery on 1/1/2005. For 1/1/2005 daily report, the form should
populate five text boxes for each lottery. For 2/1/2005, I have six
lottery types. Therefore, the form for that day should populate six
lottery type.
Thanks!
Comment