Search results

  1. P

    David Crake – very sad news

    May God rest his soul in peace.
  2. P

    refresh link tables with password

    Hi Avelino, I try your sample database with the code for refresh link tables with password and get the error depicted in the attached jpg file. Actually, it worked only the first time I opened it. Since then it keeps giving the same error. Any suggestion why? Regards, Pavlos
  3. P

    SendObject in macro fails to open outlook

    Any help guys?
  4. P

    SendObject in macro fails to open outlook

    Hi, In one of my forms (access 2007) I have a button for sending emails to clients with outlook 2007. In the click event of the button I use a macro with the SendObject action. The macro works fine when it is used for first time. However, the next time I try to send an email the whole...
  5. P

    Scatter Chart with Multiple X-AXIS

    Easy, set the first chart as the back one and the other chart to be the front (with transparent back color)
  6. P

    Scatter Chart with Multiple X-AXIS

    Using two different charts, one overlapping the other is a quick solution, but not the smartest!
  7. P

    Horrible performance with additional users in 2007?

    Good structure of the db, meaning small tables through normalization and queries which do not use unnecessary fields, can significantly reduce the overhead between FE/BE
  8. P

    Question why AddFromOutlook does not function when db is splitted?

    Eventually I managed to make it work, here is the link of the adopted approach... http://dbaspot.com/forums/ms-access/377693-a2007-saveasoutlookcontact-wont-work-linked-tables.html
  9. P

    Question why AddFromOutlook does not function when db is splitted?

    Hi all, I 've been looking for days to find out why when I split my db (access 2007) the commands AddFromOutlook does not function. I keep getting the message "the command or action AddFromOutlook isn't available now". Both front and back ends are placed in trusted folder. Any suggestion for...
  10. P

    Horrible performance with additional users in 2007?

    Another issue to look is to set the property "Subdatasheet Name" of tables to NONE, it will improve the speed.
  11. P

    Question close access when cancel password entry

    Thanks Bob!!
  12. P

    Question close access when cancel password entry

    Thanks bob. So I have to set up my own password protection form, correct? Do you recomend the method of your example "LoginSample"?
  13. P

    Question close access when cancel password entry

    Hi all, When we open a password protected access 2007 the small “password required” window pops up. If cancelled is chosen, instead of typing the password, the small window closes however access remains open. Is there a way to force access to close too? Thanks, Pavlos
  14. P

    two graphs on one chart

    is there any way to have two x axis in a scatter chart?
  15. P

    two graphs on one chart

    any hint guys?
  16. P

    two graphs on one chart

    Hi, The attached sample.mdb file contains a form with two charts, chart A comes from table A and chart B comes from table B. For comparison reasons I would like to have both graphs on one chart, any suggestion how to do it? :confused:
  17. P

    edit combo list items in accde format

    Ok, It works setting the Limit To List property to Yes!
  18. P

    edit combo list items in accde format

    Hi, I would like to ask if there is a way to have the "edit items list" button of a combo box in accde format. Thanks in adnavce, Pavlos
  19. P

    count rows of union query

    Atomic and Paul you are absolutely correct! Indeed, at some point I must look again the table design in order to achieve better normalization of the db. Many thanks guys!
  20. P

    count rows of union query

    Thank you very much pbably! I appreciate your help!!
Back
Top Bottom