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 strongm 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 marn1997

  1. marn1997

    Large data base to back word engineer

    how to diagram a 2000 table database in sql server it's to big for the diagram. Is there a hidden sql table that has all the info stored it it.
  2. marn1997

    Large data base to back word engineer

    how to back word engineer my sql database
  3. marn1997

    A module is not a valid type

    Public Sub testingStubForSqlStatement() Dim strSql As String Dim oSqlStatement As New SqlStatement Dim rs As ADODB.Recordset strSql = "SELECT unitspercase * casesperpallet FROM PRODUCTS WHERE PRODUCTCODE = ?1 " & _ " and messagename = ?2 and labelid = ?3"...
  4. marn1997

    Can a collection be used as a reports datasource.

    Can a collection be used as a reports datasource.

Part and Inventory Search

Back
Top