Search results

  1. A

    Form with Combo Boxes to slow

    Hi everybody, somehow Access is becoming very slow as soon as I use several Combo boxes in a single form, It takes up to 30 sec. before the form is displayed properly. Is there any way to get around this? Thank you very much Andreas
  2. A

    Reading ASCII Text File

    I thought the maximum was 32k. Anyway, could anybody give me the few lines of code it takes? PLEASE!
  3. A

    Making standard letters in Word with VB

    Hi, I have come across several solutions for this problem yet but the best one, from my poit of view is still: You need the MS Word object library You then can use a code that should be similar to the folowing: Dim WordApplication As Word.Application 'You then have to either create a new...
  4. A

    Reading ASCII Text File

    Hi out there, can anybody tell me how to assign the content of a pure ASCII text file to a String using VB? I tried "Open" and some others but I never made it work. Could anybody please just give me the few lines of code I need in order to get the text in "c:\test.txt" into my String "test" in...
  5. A

    Multiple Comboboxes as criteria for a query

    You can either leave the ISNull in the query or take it out (depending on what you want to search for and how your records look like). It won't solve your problem. When you change the value in your ComboBoxes, you need to refresh the data shown in your form according to the new settings. I...
Top Bottom