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 heckster

  1. heckster

    Parameter Arrays

    You can avoid the 29 field barrier (which is actually a 256 character limit) by running your sql statement from code using the ... DoCmd.RunSQL sqlstatement You can create an SQL statement that is virtually unlimited (i.e.max length of the sql statement argument is 32,768 characters) in...

Part and Inventory Search

Back
Top