i am a beginner and working in vb 6.0 as frontend and ms access as backend
hello ! i have following tables
party:- partyid,lastname,firstname,address,areaid,profid
profession:-profid,profname
area:-areaid,areaname
route:-routeid,routeno,routename
routearealink:-routeid,areaid
i am using msflexgrid control to enter/modify/delete party details which includes area and profession also.For that i want to use a moveable combo boxfrom where user can make the selection.
The problem is that the combo box contains the name of the area,
profession where as i want to update the table with their
corresponding ids (areaid,profid). I don't have an idea how to do it
.Please help