databound picturebox

  • Thread starter Dsperry101 via AccessMonster.com
  • Start date
D

Dsperry101 via AccessMonster.com

Hello ,
I'm trying to convert an older VB5 app and access database to VB6 and
access 2000.
It references a database called bells.mdb.
The original program used a picturebox and databinding to the database to
display and allow edits to the database.
I've tried many different things to get it to work but I'm missing
something.
On an mt form I place a picture box then I drop a data control on the
picturebox. I set the datasource of the data control to the bells.mdb
database and set the recordset to the only table in the database. I then
change the property of the picturebox datasource to the data control ie.
data1.
What am I missing ?
When the older program runs the bells database pops right into the
picturebox and allows you to edit the data .
Lets say I just want to edit a database's table data with a databound
picturebox. Is this possible with VB6 and access 2000 without coding ?

Dan S
 
D

Douglas J. Steele

While your data may be stored in a Jet database, your issue is really with
Visual Basic, not with Access.

Try one of the VB newsgroups, such as microsoft.public.vb.controls.databound
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top