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 TouchToneTommy 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 breukelen

  1. breukelen

    rename database in combination textbox

    Thanks very much for your help. VBSlammer I light a candle for you so your unemployment situation will be ending soon. Once more thanks !!!
  2. breukelen

    rename database in combination textbox

    I want to use the text in textbox to rename database. name c:\test.mdb as c:\"text1.text".mdb. This gives syntax error so instead of "text1.text " it must be different. Help is appreciated. Gunter
  3. breukelen

    copy of file

    Thank you very much for your help. Works fine. best regards , Gunter
  4. breukelen

    copy of file

    I am trying to copy a file by clicking a button : Private Sub Command4_Click() FileSystemObject.CopyFile "d:\neurotest.mdb", "d:\my documents\" End Sub The above does not work. Would appreciate some help. Gunter
  5. breukelen

    Disable Page up key

    Thanks very much for your help. Works fine !!
  6. breukelen

    Disable Page up key

    My form shows question 1 and after button click I get question nr 2 etc. However by pressing the page-up key , you can go back to the prior question.Is there a way to disable this ? I only want to show the question once. thanks for your help. Gunter
  7. breukelen

    Text in textblock

    Hello pwise, You are very wise.Thanks for your information. It solved my problem. Have a very nice day, Gunter
  8. breukelen

    Text in textblock

    Hi Nathan , Thanks for your reply , but this is not what I mean. The text from my database, I want to split in 3 sections in the textblock in my form.See my question. regards , Gunter
  9. breukelen

    Text in textblock

    Goodmorning , I have a textfield "question" in my database which read like: Do you like wine ?A: Yes B: No I like to see in a textblock : Do you like wine ? A: Yes B: No So three lines instead of one. Is there a way to do this. Thanks in advance for your help. Gunter
  10. breukelen

    Option button question

    Darrylle and Jiqjaq, Thanks ; the solution was : choice.defaultvalue = 0 Choice is the name of the option group. best regards , Gunter
  11. breukelen

    Option button question

    jiqjaq, Thanks for your reply , but how do I program this in VBA ? regards , Gunter
  12. breukelen

    Option button question

    I have a form where a question is shown.By clicking one of 5 option buttons an answer is given.After clicking a "next" button a new question is shown.The last clicked option button is has still the black dot.I like when clicking on the "next" button no option button has a...
  13. breukelen

    Text in table to ms word

    Thanks for your help. Gunter
  14. breukelen

    How to send text in textbox to Word

    Good evening, I want to send the text in a textbox to MS word. I am using DAO .Can anybody help ? thanks in advance GG
  15. breukelen

    Text in table to ms word

    Good morning , I have the following problem: I have a table like : text code score Redbook with score 1 r 1 Redbook with score 2 r 2 Bluebook with score 1 b 1 Bluebook...

Part and Inventory Search

Back
Top