I have created a Visual Basic application and am using check(tick) boxes. The fields all link into an Access Database, but when I tick one of the boxes it remains ticked and doesn't update the database.
I have got the tick boxes working and they now correctly display the information drawn from the database.
The main problem now is that when I edit using the VB application none of the fields, whether checkboxes or textboxes update. I used 'Connect to Database' but it looks as if I must have set it to read-only.
Whats 'Connect to database'? Are you talking about the server explorer? It kind of sounds like you used the IDE wizard to setup a dataset. I don't think it writes code to update it for you. Here is a site with a ton of tutorials you might find them helpful.