G
Guest
Hi,
Anybody read this book by Denise Gosnell. I like the direction but I'm
running into problems populating a combo box and then setting a selection by
value and not by numbered list - 0, 1, 2, 3, etc. This is all unbound,
hand-coded stuff. Basically I need to select an item in the combo box like
this:
cboPlans.SelectedValue = ParentTablePlanId
Here's what's happening right now:
If item 0 has a PlanId=0, great.
If item 1 has a PlanId=1, great.
If item 2 has a PlanId=39, not good because there are only 3 items in the
list - 0, 1 ,2.
Do I need to write my own method (routine) for this? FYI, I've been
spending a lot of time with VB.NET and just kind of checking out Access 2003
right now.
Thanks,
Bill
Anybody read this book by Denise Gosnell. I like the direction but I'm
running into problems populating a combo box and then setting a selection by
value and not by numbered list - 0, 1, 2, 3, etc. This is all unbound,
hand-coded stuff. Basically I need to select an item in the combo box like
this:
cboPlans.SelectedValue = ParentTablePlanId
Here's what's happening right now:
If item 0 has a PlanId=0, great.
If item 1 has a PlanId=1, great.
If item 2 has a PlanId=39, not good because there are only 3 items in the
list - 0, 1 ,2.
Do I need to write my own method (routine) for this? FYI, I've been
spending a lot of time with VB.NET and just kind of checking out Access 2003
right now.
Thanks,
Bill