CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 14 of 14

Threaded View

  1. #1
    Join Date
    Sep 2009
    Posts
    27

    VB and adding data to a database [RESOLVED]

    Hello all,

    I have a project I created for my VB class where you enter what type of ticket(combobox), how many tickets(textbox), what type of tickets(listbox) and will give you the total amount.

    I want to do a little more to the program and was wondering about adding the person's name, address, phone, city, state, zip and then having all the information put into a database. I wanted to also take the information entered from the program and use the printPreview control to view a report from Access(possible?).

    I've only worked with viewing database information on the forms in VB but I've never entered data into the database. Is this possible? Can I have the information entered on the form be entered into a database that keeps track of all tickets purchased and customer information?

    I can see this working in my head but don't know if it's logistically possible.
    Last edited by Xxsomethingxx; August 23rd, 2010 at 10:16 AM.

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