Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pkcdude

  1. pkcdude

    Variables in MS/SQL vs CR/SQL

    try create a date parameter and in the select expert you just have to compared the date field with the parameter. {table.Start_date} >= {?somedate}
  2. pkcdude

    Datetime with Parameters...

    make sure that your parameter have the right type selected.
  3. pkcdude

    Report data not refreshing when database updated

    you can use the lighting bold; however it will prompt for a user id and password. You probably have to create parameters to pass into the report.
  4. pkcdude

    Sizing a form to fit screen size

    Hi, the url below contains a sample vb prog for resizing forms. You could also look around for other resize samples.<br> <br> <A HREF="http://www.planet-source-code.com/vb/default.asp?lngWId=1&blnFrm=true" TARGET="_new">http://www.planet-source-code.com/vb/default.asp?lngWId=1&blnFrm=true</A>

Part and Inventory Search

Back
Top