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!

Search results for query: *

  1. Maniac777

    How to include Preferences automatically?

    Is there nobone who has an idea?
  2. Maniac777

    How to include Preferences automatically?

    Hi! Is it possible to include libraries automatically in Excel? I've some libraries wich aren't preinstalled at some other workstations. I'd like to include them automatically so that no user has to do that. tia, Maniac777
  3. Maniac777

    How to move entries between two list boxes

    Hi everyone! I've already searched for a post wich can help me... nothing found :( I'd like to move entries from one List box to an other. I use vba in excel and the listbox-object does not support the "drop"-method. I have integrated two Listboxes: 'Listbox1' and 'Listbox2' tia Maniac777
  4. Maniac777

    How to clear all Records from Table

    The first one was solved because I' done what bjd4jc(Programmer) said on 20-Jul-05 12:15. Then I found a litte typing mistake... :( --> Solved The second problem was solved because I've change the incorrect 'SORT BY' into a 'ORDER BY' and I placed single quotes around the values in the...
  5. Maniac777

    How to clear all Records from Table

    Thanks guys, that was the thing! This problem is solved. Just another hundred hands full of probs are wating... ;)
  6. Maniac777

    How to clear all Records from Table

    Thx for your help. Now it works... But I've another dao related problem. I try to execute this code and I receive an Errormsg: ------------------------------------ Runtime Error '3075' Syntax Error(missing operator) in query expression 'Project=" & prno & " AND EmployeeSupplier=[" & emplsupp &...
  7. Maniac777

    How to clear all Records from Table

    @petermeachen The records are still there and the file still has the same size... @waytech2003 No I haven't tried yet, because I'm not sure how it works...
  8. Maniac777

    How to clear all Records from Table

    thx for answering that rapidly. It still doesn't work The code that RoyVidar gave me shows only a 0 and Records(). I'm at one's wits' end... :(
  9. Maniac777

    How to clear all Records from Table

    Hi! I've problems with clearing the table's records. I've alredy tried some of the cummon way but instead of deleting it does nothing, neighter shows the debugger an error-msg. I'm using the DAO module. I'ms sure there are better modules but I need this module... The code I use...

Part and Inventory Search

Back
Top