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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AndreB

  1. AndreB

    "wait" or "delay" function

    I don't remember exactly how to use this function correctly. but while nobady gives you a better advice, I say that you should look for the "Sleep()" fuction. Holpe it helps Andre
  2. AndreB

    Shorter Delay

    How can I set a shorter delay than 1msec??? Thanks in advance AndreB
  3. AndreB

    Deleting from Table

    What do I have to do to delete a selected value in a ComboBox from a previous saved table?? I don't know how to search for the value on the table and delete it... thanks andre
  4. AndreB

    Move from a Table using a Form

    I have a Form that saves the content(a number) of a ComboBox on a Table. If Option #1 is selected. My problem is how to delete this line from the first Table and save on a second Table, if option #2 is selected?? Note: In my program nothing can be saved on Table #2 if it is not on Table #1...
  5. AndreB

    Save Button

    One last question: I need to compare the value selected in the ComboBox with the ones saved on the table. If the value is already on the table, a number 1 one is added by its side(on a new row), if not, the value is saved.... I don't know how to compare values in a ComboBox with the ones saved...
  6. AndreB

    Checking when second time

    I have a form that saves the value of a ComboBox on a table... So far so good.... My problem is: I need to add a number 1(or a checkmark) beside the saved value(on another column ) if the same value of a ComboBox is selected twice. I don't know how to compare the lines of a table with the value...
  7. AndreB

    Save Button

    The Code you sent me was very usefull.. thanx. But now I have a new problem. I created a new column on my table to show Time/Date. So I need you to tell me how do I save Time/Date everytime the button is pressed??? andre
  8. AndreB

    Save Button

    I need a button that saves the contents of 2 ComboBoxes on a new Table and everytime this Button is pressed a new line on the Table is created with new contents saved... andre
  9. AndreB

    Button Saves on a new Report

    I just want to print the data...
  10. AndreB

    Button Saves on a new Report

    How can I do this: I have 1 selection in a ComboBox and a something writen in a TextBox. I need to create a Button that after pressed saves the selection in the ComboBox and the TextBox in a Report and showing the exact time and date this Button was pressed....
  11. AndreB

    Save in Report

    I just want to diplay the Values on the Report...
  12. AndreB

    Save in Report

    I have 1 ListBox(with one line selected), 1 ComboBox and 1 TextBox. How do I save their contents and selections in a Report?
  13. AndreB

    Check Box makes others boxes available

    Here is my problem:(It's a simple one) I have 3 check boxes(only one can be "checked" at the same time) and a Text Box. What do I have to do for this Text Box be available only if Check Box #2 is selected???

Part and Inventory Search

Back
Top