Trick
Jan 23rd, 2000, 01:21 AM
Ok, I have a few easy ones for everyone here, I'm sure. I just started in VB, and am waiting on my employer to get me the full version so I can have the Online Help :)
My program is a simple one that helps schedule employees. It starts by asking the date and the shift that the user wants to schedule.
#1: How do I get VB to save this schedule automatically by using the date and shift for reference? For instance, the filename might be - 0123003. Where the first 6 digits are the date and the 7th one is the shift. It uses a date picker for the date, and a combo box for the shift.
#2: This one is a little harder to describe, but I'll try to boil it down into something simple - How would I send the result of the Shift selection to a simple textbox? For instance, if the user picked "Evenings" I would like it displayed in a text box below it. (That isn't what I'm doing, but it should help me figure out how to carry the value around in the program.)
Thanks in advance for any help. I realize these are simple, but if the purchasing department would hurry up, I'd have my full version!
------------------
Greg Trickey
My program is a simple one that helps schedule employees. It starts by asking the date and the shift that the user wants to schedule.
#1: How do I get VB to save this schedule automatically by using the date and shift for reference? For instance, the filename might be - 0123003. Where the first 6 digits are the date and the 7th one is the shift. It uses a date picker for the date, and a combo box for the shift.
#2: This one is a little harder to describe, but I'll try to boil it down into something simple - How would I send the result of the Shift selection to a simple textbox? For instance, if the user picked "Evenings" I would like it displayed in a text box below it. (That isn't what I'm doing, but it should help me figure out how to carry the value around in the program.)
Thanks in advance for any help. I realize these are simple, but if the purchasing department would hurry up, I'd have my full version!
------------------
Greg Trickey