2 Replies - 3885 Views - Last Post: 06 December 2008 - 08:12 PM Rate Topic: -----

#1 markjnj  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 122
  • Joined: 27-October 08

How to Save RadioButton, Listbox Selection etc to an Access Database I

Posted 06 December 2008 - 05:31 PM

ok. I'm working on a project, where I have my program linked to an access database. on my form, I have 3 radio buttons, lets say each one says, Bob, Mike, Smith. I would like to select the RadioButton for Bob, and when I'm done and hit save, his name will show up in the appropriate column in access. I would like to do the same for listBox and comboBox selections as well? I have some of my other entries as textBoxs which is pretty straight forwad b/c it'll save whatever I type. any help in the right direction would be great. Thanks!

Is This A Good Question/Topic? 1
  • +

Replies To: How to Save RadioButton, Listbox Selection etc to an Access Database I

#2 Jayman  Icon User is offline

  • Student of Life
  • member icon

Reputation: 415
  • View blog
  • Posts: 9,532
  • Joined: 26-December 05

Re: How to Save RadioButton, Listbox Selection etc to an Access Database I

Posted 06 December 2008 - 06:27 PM

I would suggest starting here. The only difference between the different controls you mentioned is how to retrieve the data to save to the database. How you save the data will be the same.
Was This Post Helpful? 0
  • +
  • -

#3 markjnj  Icon User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 122
  • Joined: 27-October 08

Re: How to Save RadioButton, Listbox Selection etc to an Access Database I

Posted 06 December 2008 - 08:12 PM

View PostJayman, on 6 Dec, 2008 - 05:27 PM, said:

I would suggest starting here. The only difference between the different controls you mentioned is how to retrieve the data to save to the database. How you save the data will be the same.


hmmm...I'm clueless, as we really only learned how to link the database and see it come up in the program. I think I'll need to simplify my final project to just using textboxes for everything.

This post has been edited by markjnj: 06 December 2008 - 08:15 PM

Was This Post Helpful? 0
  • +
  • -

Page 1 of 1