Search results

  1. C

    Change linked table connection string with code

    I would like to use code to change the connection string for linked tables in my front end database. I have tried using the connection property of the TableDefs collection, this seems to work while I step through the code but does not change the existing connection property. Any suggestions?
  2. C

    Prevent printing of carriage return and line feed characters

    Hi, How do I prevent the printing of carriage return and line feed characters in a memo field on a report? They appear as a small box. Thanks
  3. C

    extending lines vertically at left and right of detail section

    Can anybody help with code to extend vertical lines at the right and left of a report detail section when a memo field in that section increases in size to show more data. The can grow property for all fields is set to yes. Thanks
  4. C

    Refering to a control on a sub form

    After checking on the validity of data entered in a contol on a sub form using the beforeupdate event focus is moved to a password field on the main form. After entering a valid password I would like the focus to be returned to the control on the subform. How would I do this. There are a number...
  5. C

    "The expression you entered has a function name that XXX can't find"

    I have developed an MS Access application that is deployed on a number of machines, one running 98 the others running 2000 and XP. On all the machines the application runs fine except on one of the XP machines. I keep getting the message "The expression you entered has a function name that XXX...
Top Bottom