Search results

  1. C

    Budgets and Graphs in Access

    You should create: a tblAccountingGroup table IDAccountingGroup (Automatic Numbering) AccountingGroup (Text, size 10) a tblMonths table IDMonth (Automatic Numbering) Month (Text, size 15) a tblBudgets table IDBudget (automatic numbering) BudgetYear (Numeric, Integer) IDMonth (Numeric, Long...
  2. C

    Tutors

    Meanwhile, to start you could attach an example file, even without data to be able to see at least the database structure.
  3. C

    2 tables - same data

    A dynamic solution, that is, which can then be extended to other languages as well, is the one I have proposed to you. It is useless to insist on your way of working.
  4. C

    2 tables - same data

    In the attachment you can see a possible solution, of course if it goes well then you have to complete with the masks for inserting the data relating to all the various tables in the database. In the Relationships window you can see the database structure.
  5. C

    2 tables - same data

    Do you have to translate only into German?
  6. C

    Do not Do if field is empty?

    Perhaps if you attach the file and indicate the mask involved it would be easier and faster to give you a solution, because it is not clear what you want to do.
  7. C

    2 tables - same data

    Maybe if you attach the file it would be easier and faster to show you the solution.
  8. C

    Link Access database to external Excel file

    Can you have the Access file and the Excel file, which is exported from the Financial System, both without sensitive data, in order to create a test file?
  9. C

    Link Access database to external Excel file

    The Excel file, from which you receive the financial source data, how you receive it: you receive it by email you are connected to a folder on server
Back
Top Bottom