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 wOOdy-Soft 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 ebaad

  1. ebaad

    Groupwise shared files/folders permissions

    Hi, I have shared a file via GroupWise by creating a folder under the cabinet and importing an excel file in to it and then granting access permissions to the users. The problem is that the users can sometimes save the data while some times it says that the "Document not saved". This...
  2. ebaad

    Read Excel File into Access Database

    Finally I figured out how to do this with the least effort, <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="Connections/mgma.asp" --> <% 'DECLARE THE ACCESS DATABASE CONNECTION Dim rsAdd Dim rsAdd_numRows Set rsAdd = Server.CreateObject("ADODB.Recordset") rsAdd.ActiveConnection =...
  3. ebaad

    Read Excel File into Access Database

    Hi, Just wanted to ask for some help regarding the following piece of code, I'm trying to read from the excel file and update the data into and access database. Reading from excel file works fine and I can display it on the web in HTML but when I try to update the recordset in the access...

Part and Inventory Search

Back
Top