Search results

  1. C

    Calling an External Database Table

    I have connected to a Lotus Notes database via ODBC within my code. The problem that I am having is within my SQL to query back certain records. This is the SQL that I am using: DoCmd.RunSQL ("INSERT INTO tblMain ( City, DateCreated ) SELECT CustomerIssue.City, CustomerIssue.DateCreated FROM...
  2. C

    Importing a Lotus Notes database via ODBC code

    I am trying to import a lotus notes table into an access table. I can do this correctly by hand by selecting File-Get External Data - Import. However I cannot seem to obtain the correct code to do this process automatically. Typically I would do it by hand each time, however with the large...
  3. C

    Editing Hyperlinks in PopUp mode

    I have a form to open up in PopUp mode. When you are not in PopUp mode and you right-click on a hyperlink field, go to Hyperlink>, and then Edit Hyperlink... Here you have the ability to use the browse option to path to the file you want to link to. However when you set the PopUp property to...
Back
Top Bottom