Search results

  1. C

    Not sure what error this is

    You need to change the line Price = Nz(DLookup([Price], [OrderDetailsQ], "ProductDetailsID=" & Me.ProductCmb), 0) in the following Price = Nz(DLookup("[Price]", "[OrderDetailsQ]", "ProductDetailsID=" & Me.ProductCmb), 0)
  2. C

    Not sure what error this is

    Close AnyDesk, reopen it and try calling again.
  3. C

    Not sure what error this is

    We can see how yesterday I remain waiting for your call.
  4. C

    Solved Field Error in Report

    Download AnyDesk, which requires no installation and is only 5.4 MB in size.
  5. C

    Solved Field Error in Report

    If you have AnyDesk, you can download it, then launch it and make the request to 1234900763 and I'll show you that it works for me.
  6. C

    Solved Field Error in Report

    I have tried all three reports but everything is fine.
  7. C

    Solved Field Error in Report

    Without a file it is difficult to verify where the problem originates from, if you can post it you must also indicate the form, query and report involved.
  8. C

    Solved Open a filtered query from a Cmd Button

    Attach the file, maybe it will be quicker.
  9. C

    Solved Pricing Problem

    Please try to post a sample file so that we can directly experience what is happening and then be able to help you.
  10. C

    Form Layout View takes forever to appear when Field List is included

    To edit a form you must use Structure mode. It seems a little difficult to help you with concrete advice without having the database available to test it.
  11. C

    Hide inactive data and show active data only.

    What should be the help?
  12. C

    Hide inactive data and show active data only.

    He is the Italian correspondent of Forms.
  13. C

    Hide inactive data and show active data only.

    In the attachment you can see the example. The form that manages the student's data is poorly made.
  14. C

    Hyperlink field does not work with Office 365 URL for Stream video

    To give a precise answer you would need to see the structure of the database. However, generally all you need to do is insert a button and use its click event to write the following code: Private sub cmdOpenFile_Click() On Error GoTo Error_cmdOpenFile Application.FollowHyperlink "full...
  15. C

    Payment in Recurring Transportation System

    If you have already created something in an access file it would be better to attach it so you can view the structure.
  16. C

    chemical manufacturing research database

    The result of an experiment is in the tblExperiments table (ResultConclusion field) and not, as you reported, in the tblExperimentIngredients table. If the quantity of an Ingredient changes, it is a new experiment.
  17. C

    chemical manufacturing research database

    Perhaps the most correct structure is the following.
  18. C

    Solved How to modify 'conditional format rule' via manual editor?

    The thing can be done, obviously you are doing something wrong.
  19. C

    Help with Relationship building and Table Structures

    What you should see is the data in the mode exposed in post #11 but concerning a single Order with all the other data linked to it in order to see a real situation from start to finish and therefore be able to understand better.
  20. C

    Help with Relationship building and Table Structures

    To actually understand how to handle it you should show the one seen in post #11 for a single order so you can see the progress of the process starting from the order to the sale. This is because it seems that there are some inconsistencies to see in the Material Information table->Material...
Back
Top Bottom