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

  1. alleycat1

    SQL Coding Problem in VB

    RiverGuy, I got results coming in now, but the VAR_Levels Field is only in the GLNAMES Table. This is the field I want listed, so when I Qualify it with GLNAMES.VAR_Levels, I am getting Nothing loading for this field and there should be tons of data in this field in the GLNAMES Table. AlleyCat1
  2. alleycat1

    SQL Coding Problem in VB

    RiverGuy, That SQL Exception goes Away but I get another SQL Exception on the Oda.Fill(oTable() Colored in YELLOW when I make the change. Ambiguous column name 'OBJ_ID'. Ambiguous column name 'ACCT_UNIT'. Ambiguous column name 'VAR_LEVELS'. AlleyCat1
  3. 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...
  4. alleycat1

    Removing Hyphen from a Number

    I am trying to Inner Join Two Tables in a DataBase that I have made an SQL Connection To. I am trying to pull data some extra data fields by Company. The GLTRANS and GLNAMES Tables both contain Primary Keys on the Field COMPANY. I am pulling data into an Array so that I can reference each...
  5. 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