M
moonbear.greenoak
I know I should have been able to find this in a book or in this or
another group, but I've been looking for hours and trying to get it to
work for hours, but my mind is just not getting around this thing. I'm
using VB.NET 2005
The setup is very simple. I have an Access db with one table (tblCar)
containing three fields (CarID, CarName, CarDesc). At formload, I
successfully pull all records for all fields and populate the form,
txtCarID, cboCarName and rtfCarDec all show the info from the first
record pulled and cboCarName has all the records from that column. The
only think I cannot figure out is how to change txtCarID and rtfCarDesc
when I select a new value in cboCarName. I'm pretty sure I need to add
the code to do it to the Sub cboCarName_SelectionChangeCommitted, but I
cannot figure out what the code should be.
Any help would be greatly appreciated.
--MoonBear
another group, but I've been looking for hours and trying to get it to
work for hours, but my mind is just not getting around this thing. I'm
using VB.NET 2005
The setup is very simple. I have an Access db with one table (tblCar)
containing three fields (CarID, CarName, CarDesc). At formload, I
successfully pull all records for all fields and populate the form,
txtCarID, cboCarName and rtfCarDec all show the info from the first
record pulled and cboCarName has all the records from that column. The
only think I cannot figure out is how to change txtCarID and rtfCarDesc
when I select a new value in cboCarName. I'm pretty sure I need to add
the code to do it to the Sub cboCarName_SelectionChangeCommitted, but I
cannot figure out what the code should be.
Any help would be greatly appreciated.
--MoonBear