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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. poornicv

    Where Am I Going Wrong??????

    I assume that you want to display something like this: xxxx 12/16/02 yyyy 12/15/02 If so, In the sql statement, try this: objDapter=New SQLDataAdapter("SELECT CName + ' ' + FDate as NameDate FROM Company ORDER BY CName,FDate",objConn Try this in the DropDownList section...

Part and Inventory Search

Back
Top