Hello
You need to built combobox control which based on a query contains all fields you interesting in.
Use After_Update() event to assign field values to other textbox bounded to your table fields.
Use method Column(0), Column(1) etc. belongs to your combobox for this purpose.
Igor.