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 Chriss Miller 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. Lostie

    Procedure Length limit

    The editor will hold a lot of data, but there is a limit. I'm not sure what that limit is." Perhaps I can provide an answer to that :) Functions and Subs have a size limit of between 900-1,000 lines each, you will get the error "proceedure is too large". But you can have as many functions/subs...
  2. Lostie

    How to change EB Macros to VB to work w/.mdb rather than .txt files

    #1 - It is indeed possible in Extra Basic, over the years I've found that anything is possible in it :) However it would involve using CreateObject() to latch on to Access via the MS JET engine, then issue Access SQL commands to get from, insert to or update your tables - this is quite advanced...

Part and Inventory Search

Back
Top