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 Mike Lewis 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. Rockaway

    Output Access Reports to PDF Writer

    Option Compare Database Option Explicit Const MAX_SIZE = 255 Const MAX_SECTION = 2048 Dim pdfPath As String Declare Function WriteProfileString Lib "kernel32" Alias "WriteProfileStringA" (ByVal strAppName As String, ByVal strKeyName As String, ByVal strValue As String) As...

Part and Inventory Search

Back
Top