Recent content by ralfymac

  1. R

    Accessing OLE data object

    Now the problem is storing the path to String data type. I have written the query as follows path = "C:\SLS\" + StudentID + ".doc" "UPDATE tblRegCSLword SET Link='" & path & "'" _ & "WHERE tblRegCSL.RegistrationID=tblRegCSLword.RegistrationID AND tblRegCSL.SID = " & StudentID & ";" This...
  2. R

    Accessing OLE data object

    OLE data type is used to store word file since memo data type has the character limit constraint. I could store the word file successfully. Accessing this word files on a button click is a problem. The table structure is as follows: ID - Primary Key - Auto Number RegistartionID - Foreign Key -...
Back
Top Bottom