Search results

  1. J

    Create a new label on Access Report programatically

    I've been trying to create a new label on Access Report programatically during Run-Time with the following codes. But i kept getting the error message "Run-Time Error 29054 - Microsoft Office Access can't add, rename, or delete the control(s) you requested." Why? FYI, i'm using Access 2003, and...
  2. J

    Create a new label on Access Report programatically

    I've been trying to create a new label on Access Report programatically during Run-Time with the following codes. But i kept getting the error message "Run-Time Error 29054 - Microsoft Office Access can't add, rename, or delete the control(s) you requested." Why? FYI, i'm using Access 2003...
  3. J

    Linking ODBC table programmatically

    HI all, i'm trying to link an ODBC table into MS Access programmatically by using the following VBA code. But it gives me the error message "Could not find installable ISAM." Can anyone please help me out? Thanks.. DoCmd.TransferDatabase acLink, "ODBC Database", "driver={IBM DB2 ODBC...
Back
Top Bottom