Search results

  1. mike60smart

    Pasar datos de un formulario a otro

    Hi Can you upload your database?
  2. mike60smart

    Import-export permit tracking system

    Tom has given you an example of how to manage documents. Have you tried to implement it in your database? No one is actually going to do this for you.
  3. mike60smart

    Data display

    Hi Because you have set your Primary Key in your table "Nalog" as Number means you have to know which is the next IDNalog number to use in the Form "Nalog1"
  4. mike60smart

    Data display

    Have you tried just creating a Form based on the table "Nalog" ?
  5. mike60smart

    Urgent Help

    Hi Are you able to upload a copy of the database with no confidential data?
  6. mike60smart

    Data display

    As the_DocMan says to display the Type change the Column Width of the Listbox as shown in the attached.
  7. mike60smart

    Data display

    Hi Why go to all the bother of multiple Unbound Controls and Forms? Just create a Form bound to the Nalog table.
  8. mike60smart

    Mail merge from an Access control

    Was in Berlin then from 1985 to 1992
  9. mike60smart

    Mail merge from an Access control

    I was Comms & Sy Grp UK, 651 Sig Troop (Borneo), 13 Sig Regt, Sig Troop (Berlin), 226 Sig Sqn, 9 Sig Regt, 321 EOD Unit NI, 14 Sig Regt, 3 Sqn Berlin.
  10. mike60smart

    Mail merge from an Access control

    Hi Trevor I was in from 1962 to 1995 Which Unit were you ?
  11. mike60smart

    Problem with Word mail merge from query

    Why not do the Mail Merge in Access by creating a Report?
  12. mike60smart

    Calculating Two Query Sums even if No data present

    Hi Michael The Report is the least of your problems. You have no true relationships set at the moment. You are using Table Lookups which should not be used. If you try to set Referential Integrity between your tblWorkOrder and tblEmployeeLine you will get the error shown below.
  13. mike60smart

    Calculating Two Query Sums even if No data present

    Hi Are you able to upload a zipped copy of your database?
  14. mike60smart

    Finding missing No

    Can you show us a Screen Shot of your Table Relationships?
  15. mike60smart

    relationship problems

    Hi Magger Do you have an example of the tests to be carried out on each of the TestTypes Basic,Standard & Premium?
  16. mike60smart

    i want to make school data base

    I agree Gasman, definitely suspicious.
  17. mike60smart

    Report with the Same ID being printed multiple times.

    The attached is the Relationship Window and there are no Relationships set.
  18. mike60smart

    Landscape Business

    This is a 6 year old thread ??
  19. mike60smart

    Pull a data from Customer Table based on a combo box

    Hi I agree with everything that Plog said. Your current FarmerT should not contain the following fields and should only contain field that describe the Farmer:- MISSystem DealerName EmplyeeName TotalMISCost
  20. mike60smart

    Pull a data from Customer Table based on a combo box

    Hi Your FarmerT should be named CustomerT to avoid the confusion you have caused with your question regarding Customers. Why would you want to copy the details of the Farmer to the DespatchDetailsT ? You are selecting the Farmername using a Combobox so that identifies the Farmer by storing the...
Back
Top Bottom