Recent content by matoorik

  1. M

    Subform update

    HI all, I have a access tool which is used to maintain "tasks" these "tasks" contain "sub-tasks" which are saved into other database than "tasks". Problem is when I copy a "task" sub-tasks are copied correctly, but when i start to edit them, the actual "tasks" "sub-tasks" are edited not the...
  2. M

    'The save operation failed'

    Same Problem but... HI, I have the same problem but I can´t save VBA at all ? Any help here ?! - Marko Toorikka
  3. M

    Replication help...

    Hi All, I need some help with replication... I have create ~25 replicas of one database, I know that creating one replica and then copying it is not a good idea, but those replicas would be sent wia email anyway, so there will be new id in the replicas table anyway when the copied replica is...
  4. M

    Hyperlink from access to excel

    Works perfecktly Hi again, No help needed, "Thanks" alot for viewers... Now it´s working fine.... - Marko T.
  5. M

    Hyperlink from access to excel

    Got it working Hi all, Got it working, but new question game up.... This dump from access to excell works now well with links and everything, but there is somethin wrong, because it work only once and after that you have to debug the code and again it works fine once ? It seems that some...
  6. M

    Hyperlink from access to excel

    Hi all, I have a problem. I have to get a hyperlink from access to excel, well I have have to create a link by using an access code to excel sheet. How can this be done... I need to make this because I´m creating a macro for dumping selected data from access to excel. I have many sheets in...
  7. M

    how to dublicate values inside a table...

    Yes I copy the Parent records into new record, and I want to do the same for the child records... Ok I have father1 which has child1, child2 and child3 I want to make a copy of it: father1_copy which has child1_copy, child2_copy and child3_copy All of these values fathers and childs are...
  8. M

    how to dublicate values inside a table...

    Because this child table is used for maintaining data for father table and in this table ID is same as in the father table and when user makes a copy of the father table records in child table should be copied also for this father tables record copied ... So this child table can contain various...
  9. M

    how to dublicate values inside a table...

    Hi all, I have a problem I´m supposed to copy records inside a table... I have make a copy of certain records, to the same table but with different id numbers, there is no SQL command or is there ? - Marko T.
  10. M

    All Queries into Combo Box

    Hi, Is it possible to make a list of excisting queries, so that a combo box contains the query name and when selecting one query from the box, it will be executed ... - Marko Toorikka
  11. M

    Dynamic query -> No nested tables

    Hi, I have this form which greates dynamically queries, basically user selects what he wants to have in his query and then query is created, but tables from which these queries fetch their data contain nested tables. So is there a way to dynamically add nested subdatasheet into dynamically...
Back
Top Bottom