Search results

  1. T

    OLE Automation

    Hi Guys can anyone give me a source where i can download, or read information, on Access, to internet Explorer automation? I have a company website that i would like to log onto automatically, through an access database. Any Assistance you can give me on where i can get further information...
  2. T

    Relinking Acess to Sharepoint Tables

    Hiya All I am in need of some help I have a table located on a Sharepoint website In Access 2003 I have linked the list / table to the Database When I open the datebase, If i click on the linked table, access requests the username and password for the sharepoint site once the password has...
  3. T

    what am i doing wrong ?

    i am trying to import an .xls file into a table and i am useing the command DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "TEST", "C:\AREA-DATA\11.XLS" as i run the command it reports back runtime error 3011 the microsoft jet engine could not find the object. make sure the...
  4. T

    Help

    I have a big problem My database has just started giving me an error Property Not Found The Property is now() I can run a very old backup of the dayabase and now() runs ok, but my last backup today has the same problems. Can anyone help me ? Thanks for looking Paul
  5. T

    MSG Box In Excel VBA

    Hiya All Not sure what i am doing wrong here here is the simple code MsgBox("Are you sure that you want to delete all data?", vbYesNo, "Warning") I keep getting syntax errors witht this! what am i doing wrong?? normal msgbox("hello") works Many thanks for looking Paul
  6. T

    Changing Text in Queries based on Date

    Hiya All Hope you can help me here I need help with an update query that will change records for me based on the date In the record I have a TEXT record called [GI1] that can have a multitude of data in it. The data can be “EVA”, “CON 10/12/06”, “REQ 10/12/06”, “PAS 10/12/06”, or “B...
  7. T

    Copy & Paste in VB

    hiya guys/gals how can i copy certain information from one form/table to another iwith VB i have a record in table "courses" called [course code] and i want to transfer it to table "delegate" record [code] i am new to the VB side of access but am slowly getting there thanks for your help Paul
Back
Top Bottom