Search results

  1. C

    Make one row for every invoice and it’s payment

    In the attachment you can see the example where I took the liberty of modifying the Data Source of the subform which is now given by Query3 without the need to set all those conditions as in the QryReportSubCustomerProject. Furthermore, I would like to point out that the database structure is...
  2. C

    Display connected data through duplicate data

    In the image you can see the relationships.
  3. C

    PW to enable controls in sub-form

    A few records are enough, replacing sensitive data with random ones.
  4. C

    Employee Lateness

    A few records are enough, replacing sensitive data with random ones, especially to see the structure of the tables and relationships.
  5. C

    Employee Lateness

    Have you already developed anything? if yes then attach a sample file.
  6. C

    PW to enable controls in sub-form

    Attach a sample file.
  7. C

    Normalization

    You can compress it and try to attach or post on a site with a sharing service.
  8. C

    Normalization

    In order to give an opinion it would be necessary to really see how the two tables are structured by posting an example file with a minimum of data and replacing the sensitive ones. It can be said, already now, that the States, the Cities, the Postal Codes, the Contacts, the Pastors and...
  9. C

    Edit entries(List) of Combo Box

    To give you an answer it would be necessary to have the file available to check if the error occurs.
  10. C

    Design Help

    Sorry but from the excel file you understand little and nothing, perhaps it is better if you attach in file what you need to start from to recreate the structure in Access. Also you should describe step by step what the program should do, example: enter the Building create an estimate of the...
  11. C

    Access Calculations Based on dates

    The fundamental problem, as partially already reported, is in the structure you have given to the database. Data recording should be done, briefly, in three tables: tblEmployees EmployeeID Surname FirstName SerialNumber tblPerformance PerformanceID EmployeeID StartDate Endate...
  12. C

    Access or Excel?

    In order to be able to give you some advice it would be advisable to see how far you were with the project, in access, which you say you have already completed.
  13. C

    Relationship or Table problem, where am i going wrong ?

    You must enter the value of the ShipmentNo field, from the GoodsOutward table, into the ShipmentNo field of the Parts table for all items that are to be shipped with that shipment.
  14. C

    Solved Access crash

    Maybe if you can attach the database, devoid of any sensitive data, you can see if it runs regularly on another computer. If so it means that it depends on your Access.
  15. C

    date query

    ... WHERE Date()>=(DueDate-30) And Date()<DueDate
  16. C

    Slow DB

    I think the only possibility to try to help you would be to have the FE and BE files available for testing.
  17. C

    Edit data

    The budget is not seen in any sheet of the Excel file. One account is managing a budget and one account is billing for services, the latter being what it looks like from Excel. Decide and explain in detail what you would like to do.
  18. C

    Edit data

    But where are the budgets?
  19. C

    Edit data

    What does id_seq mean ?
  20. C

    Edit data

    The database wants the password
Back
Top Bottom