Search:

Type: Posts; User: venuspcs

Search: Search took 0.02 seconds.

  1. Re: Retrieving and Formatting Database Data for Print

    I am playing with the DataGridView but not having any luck getting the data to populate the object.

    Here is the code from my Main.form


    Private Sub Print_Daily_Click(ByVal sender As...
  2. Re: Retrieving and Formatting Database Data for Print

    I haven't programmed anything since VB5 and now trying to use .NET. Furthermore, I have never programmed "database" anything so I am at a total loss on two fronts.
  3. Re: Retrieving and Formatting Database Data for Print

    I want to display the acquired data in a document or spreadsheet and then be able to print it out to paper. I want this to all happen when a button is clicked from my main form.
  4. Re: Retrieving and Formatting Database Data for Print

    I tried his code for retrieving the data and I am able retrieve (all record) into memory using a modified version of his code but I can't figure out how to pull only selected rows (based on "mmddyy"...
  5. Replies
    7
    Views
    433

    Re: REAL NEWBIE - Help Please!

    A couple guys over in the codebank got me fixed up on that problem. I can post the date to the datebase to the appropriate table with no problem now.

    I have however posted a new problem here:...
  6. Replies
    103
    Views
    243,747

    Re: Retrieving and Saving Data in Databases

    Okay I rated both of you who helped me going to mark my original thread on this issue resolved....I have posted a new thread with a new issue if you guys can help again it would be greatly...
  7. [RESOLVED] Retrieving and Formatting Database Data for Print

    I need to know how to retrieve selected data from a database (searching all three tables in the database), put it into a printable (and understandable) format and then print it.

    The database is an...
  8. Replies
    103
    Views
    243,747

    Re: Retrieving and Saving Data in Databases

    That would probably work a lot easier and shorten my code a tad, but I figured it out using this:

    If Company.Text = "Shenandoah" Then

    original code here

    ElseIf Company.Text =...
  9. Replies
    103
    Views
    243,747

    Re: Retrieving and Saving Data in Databases

    Thanks so much MaslowB and jmcilhinney that code is working now.

    Now I have another question....I need it to select which table to write to based on the user selection in the "Company" field on my...
  10. Replies
    103
    Views
    243,747

    Re: Retrieving and Saving Data in Databases

    Okay you where so write about the date....I renamed all my fields in the database and in my code to mmddyy and it started working, well sort of....it is writing to the database now but it is not...
  11. Replies
    7
    Views
    433

    Re: REAL NEWBIE - Help Please!

    I posted the screenshot but for some reason it refuses to work. I right clicked on the icon and Copy Shortcut and it works. Don't know why it won't show up. As far as why I am using three different...
  12. Replies
    103
    Views
    243,747

    Re: Retrieving and Saving Data in Databases

    Okay I am using the code below:



    Dim connection As New OleDb.OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source='C:\Users\Richard Colbert\Documents\Visual Studio...
  13. Replies
    7
    Views
    433

    [RESOLVED] REAL NEWBIE - Help Please!

    Okay I have written a few programs in VB (5 and 6) but no nothing about .NET or database programming. I am trying to write a program for a friend of mine who works for a trucking company and well I...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width