CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2010
    Posts
    42

    Save data from Checkbox to Access

    i am trying save data from a check box to database in access, i don't have any idea about code, how to proceed, can any one help me
    Thanks in Advance

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Save data from Checkbox to Access

    You can cast the Checkbox value ( True or False ) to a bit and then use INSERT Intro to store it inside the db

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured