Search results

  1. C

    Speeding up the loading of multiple cascading combo boxes

    It would be easier and quicker to have an example file where you can see directly what you have created.
  2. C

    Speeding up the loading of multiple cascading combo boxes

    You should attach a sample file to actually see what you have achieved and give a judgement.
  3. C

    Solved Price History

    I took the liberty of making some changes to the orderF and OderDetailF forms.
  4. C

    Not sure what error this is

    First make a copy of the current file. On the current file you only have to comment the line where the error is highlighted by placing a quote (apostrophe) at the beginning of it. In the case of errors in an If loop you have to comment all the lines of the same from If to End If.
  5. C

    Not sure what error this is

    Read here https://support.microsoft.com/en-us/office/dlookup-function-8896cb03-e31f-45d1-86db-bed10dca5937
  6. 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)
  7. C

    Not sure what error this is

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

    Not sure what error this is

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

    Solved Field Error in Report

    Download AnyDesk, which requires no installation and is only 5.4 MB in size.
  10. 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.
  11. C

    Solved Field Error in Report

    I have tried all three reports but everything is fine.
  12. 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.
  13. C

    Solved Open a filtered query from a Cmd Button

    Attach the file, maybe it will be quicker.
  14. 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.
  15. 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.
  16. C

    Hide inactive data and show active data only.

    What should be the help?
  17. C

    Hide inactive data and show active data only.

    He is the Italian correspondent of Forms.
  18. 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.
  19. 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...
  20. 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.
Back
Top Bottom