CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2001
    Posts
    93

    Beginner questions

    Hi, I have a few questions about printing:

    1)I have many records in my database, and each one has a date. Now i want to print all records with the date that i typed in an input box.
    2)I want to print every record where the checkbox's value is "True"

    Sorry for the bad english

  2. #2
    Join Date
    Feb 2003
    Location
    Montreal, Qc
    Posts
    5

    Cool

    What platform are you using? MSAccess ? Oracle ? MySQL ?
    It's an important part of your question because the solutions are different for each platform...

  3. #3
    Join Date
    Oct 2001
    Posts
    93
    aah, sorry forot that. I'm using Ms Acces (xp)

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