suituation:
having employee perrsonel details as a database(msaccess)
by selecting empno in combobox and the button(button name:showbutton) was clicked..............
question:
how to retreive records in databaseand to display that record in textboxes?

You need to use a simple sql query like

select * from employeetable where employeeno=empno ;

,etc .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.