Recent content by Phillb

  1. P

    Question Show Hidden Objects in 2007

    In Access 2003 and earlier if I want to show hidden objects I would use the tools Menu item and then Options and select the View tab. Then I check the check box and all hidden objects are visible. How do I do it in Access 2007? :confused:
  2. P

    SEarch for and replace carriage return in a memo field

    I have made a database that users can enter information into a memo field. I then want to export that data into another application via CSV file. I want to search a field for that carriage return (I know that Access puts the ascii 13 character into the field) and replace it with "\n". Any ideas?:)
  3. P

    Modify data structure using code

    I want to be able to make code that will modify a data structure in another file. Can I do it in an access application or will I need to make a VB application? I want to add some more fields to a table. :confused:
  4. P

    Linked tables

    Can anyone help me change a link to attached tables relative rather than absolute?
  5. P

    Environ function not available

    I have set up a database on a network that uses the environ("username") as a filter so that users can only see records related to them. We use Access 2000 and on some computers this function is not available. Can I get it to work on other computers or would I be better served by wring VB code...
Back
Top Bottom