Recent content by Ravon

  1. R

    Drop downs, datagrid or combo? resize or not?

    VB2008 I have a quicksearch bar I've been working on for inventory data. It's small, for the purpose of using it while working with other programs. size(600,60) is approximately where its at. Depending on the windows form I give it. Now here's the deal: I want my search to give results that...
  2. R

    Passing Variables through INSERT

    Hi hello 2nd post.. I've found a way to insert data into the database and it was actually really easy. It took forever to realize that the drag and drops were only in the form design mode and not into code :/ Anyway it brings up a question.. I dont understand why people use the oleDB...
  3. R

    Passing Variables through INSERT

    Hello, I'm new to using databases and 'im stuck on pushing values into a new database. I've created all the database tables in 1 project, using MSACCESS 2007. I'm using VB2008 to connect and organize content. While debugging I can see that i am getting a connection to access, however i never...
Top Bottom