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 gkittelson 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. jeffypop

    Drop Down Menu Dynamic Links?

    The reason you keep going to the first county is in the form tag. You set the first record to be the action of the form: <form Method=&quot;GET&quot; action=&quot;<%=LinkName%>&quot;>. No matter what county you choose from the dropdown, the action will remain the first county. Instead of...
  2. jeffypop

    formatting values in stored procedures

    I have values in my SQL Server 7 database that I'd like to display as $xxx,xxx.xx.&nbsp;&nbsp;Some of these values use the money datatype and others use float.<br><br>I'm building a string in a stored procedure that is eventually passed to Visual Basic.&nbsp;&nbsp;I want to format these values...

Part and Inventory Search

Back
Top