Data Binding - Checked List Box

S

Stephen Plotnick

My understanding of data binding means that when a user changes a value on
the screen it actaully changes the value in an Access table.

If this is true here is what I want to do:

Threee field Access table:

First field and second field are text.
Third field is a yes/no.

I want to create a checked list box (around 300 records) from this table and
allow the user to check/un-check in the third field. As the use does the
checking/un-checking I want to update the access data base. All three fields
are displayed in each row of the checked list box.

Thanks,
Steve
 
S

Stephen Plotnick

I figured out how to create a datagrid with the three columns and the last
column beaing boolean type. Is there a way when the user checks the boolean
type that the DB gets updated automatically?

Also, is there a way for the cursor to start in column three (my boolean
type) and only stay in that column?

Thanks,
Steve
 

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