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 sccenterprises

  1. sccenterprises

    MSFlexGrid.TextMatrix problem

    zemp thanks I took the val( off and the ) off the end and it worked fine. Thanks
  2. sccenterprises

    MSFlexGrid.TextMatrix problem

    When I use the following I get a 2 that comes back instead of 2,460 that is in the msflexgrid. val(msflexgrid1.textmatrix(x,13)) The field has 2460 but this value shows up as a 2. My guess is because of the comma, but I don't know what to do to get around it. I have tried the following but it...
  3. sccenterprises

    Select statement problem

    By the way I have tried "Select * from Requistion whre AppBy = ''" This just brings back everything even if AppBy has something in the field.
  4. sccenterprises

    Select statement problem

    I need a select statement that will bring back * if a certain field is empty
  5. sccenterprises

    Select statement looking for empty string not null string

    This is a SQL in VB 6.0 and I have tried "Select * from Requistion where AppBy = ''" and it just brings everything back even if AppBy has KHC in the field.
  6. sccenterprises

    Select statement looking for empty string not null string

    I need to find out the correct sql statement to select only fields that are empty.

Part and Inventory Search

Back
Top