Search results

  1. S

    event procedures dosnt copy with command button

    probably i am too late to give you an idea,anyway maybe it can help you. make one form with all the controls you need for all 80 forms. copy that form 80 times- the full form- so all events are copied. for each copy use a new name as you need. than build all other controls of each form on this...
  2. S

    unwanted deletion

    hello Richard, Many thanks for your quick reply. the form is made basing on the conversations table,not a query. i did not create any queries in this mdb,so no links between tables. i will take your suggestions using different field names and not using the access reserved ones. yet,the...
  3. S

    unwanted deletion

    hello, i have 2 tables. 1- customers table with 2 fields : customername,customerno 2-conversationstable with 4 fields: date,customername,customerno,details the conversations table is for keeping memo of telephone conversations with the customers. i built a simple form deriving from the...
Back
Top Bottom