Search results

  1. Y

    [B][/B]recordset not updatable, please help

    Hi! A form is based on query which is based on a table. The table is splitted into 2, then the form has a "recordset not updatable" error... does anyone have any idea on this? thanks very much
  2. Y

    need help splitting a table

    hi! i got a table containing info of 2 different products. and now i would like to split it so that each table only for 1 product. but there is query based on the original table, the question is after splitting, and updating the query, the form doesn't work properly any longer... a bigger...
  3. Y

    please help on query problem

    Hi! if a query is based on 2 linked tables, and 1 of the table is then splited into 2. then the form based on the query has now a "record not updatable" anyone has any ideas about this error? thanks in advance
  4. Y

    need help in correcting a design mistake

    If a query is created based on a table, and then there is a form created based on that query. now i split the table into 2 tables, as the original table contains info of 2 different products. so wanting to have 1 table for 1 product... Question: after spliting table, do I need to recreate the...
  5. Y

    problem in spliting table, please help

    Hi! The structure is like: C query is based on 2 tables, A and B. Then D form is created based on query C. What I did: Now I split table A to 2 tables, A1 and A2 which are indepandant from each other, and I updated query C to retrive data from A1 and A2. Problem: Then the form D which is...
  6. Y

    Problem in updating query after spliting table, help please

    Hi! The structure is like: C query is based on 2 tables, A and B. Then D form is created based on query C. What I did: Now I split table A to 2 tables, A1 and A2, which are independant from each other, and I updated query C to retrive data from A1 and A2. Problem: Then the form D which...
  7. Y

    help please!

    Hi! The structure is like: C query is based on 2 tables, A and B. Then D form is created based on query C. What I did: Now I split table A to 2 tables, A1 and A2, and I updated query C to retrive data from A1 and A2. Problem: Then the form D which is based on C doesn't work properly...
  8. Y

    please help, "member already existis..." error

    "member already exists in an object module from which this module derives" error occurs at execution of every single function in a form underlying moduel written in VBA. Can anyone tell me what could possibly cause this error? The module is not derived from anyother module... thanks very much
  9. Y

    Please help with an error

    When I was developing a form with its underlying module written in VBA dealing with calculations. This error occurs at execution of every single function, "Member already exists in an object module from which this module derives" The form is based on a query without underlying VBA functions...
Back
Top Bottom