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 dencom 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: tayse
  • Content: Threads
  • Order by date
  1. tayse

    Strtok to a reversible array !!!

    Hi, Before posting anything here I searched google and the forum but unfortunately could find a solution. The problem is, user enters max. 80 characters, program reads the input and reverse the sentence. Example: Input is "This is just an example" Output should be "example an just is this"...
  2. tayse

    Error 2001 - You canceled the previous operation ?

    Hi, When I change the value of combo box, it gives me this " Run-Time error '2001' You canceled the previous operation " here is the code... Private Sub cmbSize_Click() Dim ebat As Variant Dim idno As Integer idno = Me.cmbStyleID.Column(0) ebat = Me.cmbSize.Column(0) Me.txtUnitPrice =...
  3. tayse

    Add it to a value in a table from a form's textbox

    Hi, How can I add a value from a form to a value in a table. There is already a value in the table, whatever I type to textbox is going to be added to the value in that table, and at the same time it will be deducted from another table. Thank you for your reply.
  4. tayse

    2 combo 1 row 1 column = 1 problem

    Hi, It may be simple but I could not figure out a way to take care of it. Simply the problem is... 2 combox on a form, the value in 1st box will give me the row number and the second combo box will define the row name, so that the value can be sent to a text box. Propably this can be done by a...

Part and Inventory Search

Back
Top