I am trying to creat form that allow me to chose from name list and shows the picture and data related to this name how to do it?
the table name Employee
and dtat are (Name, DOB, Quification,Picture)
I am trying to creat form that allow me to chose from name list and shows the picture and data related to this name how to do it?
the table name Employee
and dtat are (Name, DOB, Quification,Picture)
It should be automatic,
put the bound picture control on the form ,bound to the picture field.
This was part of the Northwind sample database. Suggest you find a copy and review the code.
You can also find examples on youtube. Here's one by Richard Rost
Also, since you are relatively new to database and Access, here is a link to a post that has a number of links to very good resources for concepts, models etc.
Good luck.