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 John Tel 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: Wilnicm
  • Content: Threads
  • Order by date
  1. Wilnicm

    Can someone help me figure out why this code is not working..

    I have this code when i run it after i add the values in the textbox its suppose to insert the values from the textbox into the database but its not doing it.. i don't know why its not here. I don't get no error message or anything.. System.Data.SqlClient.SqlConnection...
  2. Wilnicm

    Problem inserting record into Database

    Hi, I'm having problems with code to save inputs from a forms textbox to a data base. I have a Window forms with 6 textbox fields and a button click event that will save the input from these 6 textbox fields to my table called User profile that has 7 columns name Fname, Lname, UserName...
  3. Wilnicm

    How can i make this formula correct..

    How can i make this formula correct i keep recieving the error "string is required here" If {Command_1.AL_DESCRIPTION} = {Command_1.AL_DESCRIPTION} then {Command_1.AL_DESCRIPTION} else if {Command_1.AL_DESCRIPTION} = "Financials (FI)" then {Command.AL_DESCRIPTION} = ["FI","Letters DAY...
  4. Wilnicm

    Need help with Grouping formula..

    Currently i have two tables {Comand_1} and {Command} There are link with the AL_FATHER_ID field. {Command_1} has these field {Command} AL_DESCRIPTION AL_ITEM_ID AL_FATHER_ID TS_SUBJECT AL_ITEM_ID AL_DESCRIPTION...
  5. Wilnicm

    If statment to replace 1 field string with with 3 different strings

    How do i do this if statements if i want replace a field's string with a different field string Example If {Command_1.AL_DESCRIPTION} = "Financials (FI) " Then "FI", "Letters DAY 1", "Letters DAY 2" This would replace Financials (FI) field with three separate strings which are"FI", "Letters...
  6. Wilnicm

    Problem with a creating a formula with multiple return string

    Hi everyone I have a problem with a formula i've been trying to create for the past 6 days. I have been searching the web and have not come up with nothing. I'm trying to create a grouping formula. My first group is good, but when i go to try to create group 2 off of group 1 that is where the...

Part and Inventory Search

Back
Top