Search results

  1. M

    How to open form depending on field in subform

    I have a Table table_clients and a connected table (1-->many) table_invoices. I have two forms: form1(table_clients): all clients with subform1(table_invoices): all invoices for every client the form2 and subform2 are the same, just objects are placed differently on page. I want when I have...
  2. M

    Question How to lock accde

    I am trying to lock the accde file that I ve made so as the user not to be able to change forms or queries, but I cant find any way. Does anyone know how to?
  3. M

    Merge duplicate valus

    Hi I have a large table with many duplicate names, but with different phone numbers. I want to merge them so as each name to be connected to a table with all phones. eg. From Table1 to go to Table_Names and Table_Phones as in picture Any ideas?
  4. M

    print calculated field

    Hello, I really need help with this I have 3 tables BASIC TOPAY PAID TOPAY and PAID have a field called AMOUNT. They are connected: BASIC.ID=TOPAY.ID BASIC.ID=PAID.ID What I want is to make a report with all information, and also a subtract of sum(TOPAY.AMOUNT) - sum(PAID.AMOUNT) I have...
Back
Top Bottom