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

    Access database Save/update question

    Hi I have a database in Access and Forms showing data from the database. Now when someone changes the data in a textbox and hits my update button I want it to save the new data to the DB. I can’t get it to work, can someone please explain to me how to do it. I would really appreciate Commented...
  2. Biocide

    How to stop the app

    I want to stop the application if i have an error Like this: On a button If textbox1 > 1 then X = 1 Else Msgbox ("bla") So if textbox isnt bigger than 1 the Msgbox shows and next part of my code starts. But i want it to stop (not close the form) and start again when the user hits the button...
  3. Biocide

    Sort Values of 3 labels

    Hello everybody! I have 3 labels with 3 different values, Lets say: Labelone.text = 23.1234 Labeltwo.text = 22.1212 Labeltree.text = 24.1234 Now i Want to check that no one is more than +- 0.2000 From another. How? Do i add them all in to a table and sort them? In that case how do i do that...
  4. Biocide

    strange fenomenon

    Can someone explain this? if textbox M0F1 is 1,2 and textbox M1F1 is 2,2 ill get my msgbox that it is max? 2,2 - 1,2 = 1 not bigger than 1!! if i change the numbers to 2,1 - 1,1 its ok and 2,3 - 1,3 is ok!! Private Sub CommandButton1_Click() 'Kontrolera att användaren har matat in värden i...
  5. Biocide

    Change user input text

    Hi Im making a program that calculates different numbers. These numbers is user inputs so the user can type in both e.x: 1,1 or 1.1 that will be calculated different. How can i tell the program that 1.1 is the same as 1,1? /Biocide

Part and Inventory Search

Back
Top