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 Shaun E 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: *

  • Users: alleycat1
  • Content: Threads
  • Order by date
  1. alleycat1

    SQL Coding Problem in VB

    I am trying to pull data from two tables that have Primary Key Fields COMPANY. I have tried to write the SQL AS: Dim sSQL As String = "SELECT COMPANY, FISCAL_YEAR, ACCT_PERIOD, CONTROL_GROUP, LINE_NBR, POSTING_DATE, OBJ_ID, STATUS, ACCT_UNIT, ACCOUNT, TRAN_AMOUNT, ACCT_AMOUNT, VAR_LEVELS...
  2. alleycat1

    Removing Hyphen from a Number

    I am a technical user trying to remove a hyphen from a number. The Number -125987.50 should be 125987.50. Instead of -125987.50 I want to remove the hyphen before is assigned to another textbox field. Does VB have a function to do this? AlleyCat1

Part and Inventory Search

Back
Top