Search results

  1. T

    Sharepoint help!

    I use a sharepoint access web based database and have been doing so for three years to great success if you design web forms then they are published as a web page and can only use macros however in sharepoint you can have access forms queries , vba, macros all published to sharepoint the...
  2. T

    Sharepoint wants more info

    go to this website www.accesshoster.com they offer sharepoint services for access have used them a few times for developmental reasons to host access web databases, before publishing to my company sharepoint site I have developed and run sharepoint web based access databases now for 3 years...
  3. T

    OLE Automation

    Thanks for all your assistance Guys As always everyone has been most helpful
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. 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
  9. T

    Changing Text in Queries based on Date

    Excellent Many Thanks
  10. 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...
  11. T

    Copy & Paste in VB

    Can anyone help me with this ? PLEASE
  12. T

    Copy & Paste in VB

    Hiya Thanks for the info Not sure if i am not getting this, but the db you sent appends all data from one table to another, what if i want just one part of the data to be appended to a specific record in another table ? Paul
  13. T

    Copy & Paste in VB

    Hi there The database i am running has one linked table, and one permanant table the linked table can change data whereas the permanant table is my record, hence why i need to know how to copy the data from one table to the other. Paul
  14. 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