Search results

  1. H

    Two times the same data

    I created a report, blank. It has one page, it works. Then I put some text in the middle. And now when I look at the view before printing, I see 2 pages with exactly the same text in the middle. Why?
  2. H

    Hyperlink to open access?

    Am I forgotten ? :cry:
  3. H

    Hyperlink to open access?

    Nah, This is not the problem, my CheckCommandLine does this : Divide the command entered (with a left/right, as I know the number of letters possible), then if the first part is A, check the second part. Then do an OpenForm A with the second part as argument. I use this in my OpenArgs in my...
  4. H

    Hyperlink to open access?

    Is it possible to create these icons dynamically and attach them to a mail? for instance if I put a /cmd A_10000 in my target, Access opens the form A on the 10000th record. This works if I manually create a shortcut. But can Access do the same, then send them with an email (through Outlook)...
  5. H

    Hyperlink to open access?

    Is it possible? I want a link that can be put in a mail (to someone in our network) and clicked. It should open Access on a specific database and I should be able to use parameters (like /cmd and /wrkgrp). I'm lost... :confused:
  6. H

    Create a direct link to some data

    Can't do that, they have to be able to edit the form :)
  7. H

    Table creation : big table or a lot of small ones

    I'm trying right now, thanks :). Concerning the "many tables" solution: Only strange thing is that Access doesn't want my one on one relations between the Id of the main table (with the headline) and the Id of the small tables. Well it creates the link, but I cannot use any referential...
  8. H

    Create a direct link to some data

    I currently have a form in Access 2003 which is filled with quite a lot of data. Each new form need to be approved by some people, and I send them an email through Access to ask it. Is it possible to have a direct link to the form filled with the particular data they need to approve without...
  9. H

    Table creation : big table or a lot of small ones

    I want to create a dynamic page which will be composed of quite a lot of elements and will be filled with elements from my database. First is the headline, 10 or so attributes, separate. Then 30 lines on the same model : Title (different for each line of course), Boolean, String, Date, Another...
Back
Top Bottom