Search results

  1. shamal

    Automatically numbering the report

    The error does not appear for me
  2. shamal

    Automatically numbering the report

    How can the Name_All report be automatically numbered for each actual print run, not just a preview?Some information from the report is saved after printing in Table1.The error in the example here is that one number appears when previewing, but a different number appears when printing.
  3. shamal

    Use a value from a subform to a report.

    What do you mean?
  4. shamal

    Use a value from a subform to a report.

    Date(day) values
  5. shamal

    Use a value from a subform to a report.

    Hello I have a main form called All_Name, which contains a sub-report called Payment In the sub-form there is a text box representing the start date, a text box for the end date, and a command button to open a report called Account. The problem is that when opening the report, the values appear...
  6. shamal

    Search in any part of a list box

    Thanks for this wonderful amount of resources added to the Access library. ebs17 gemma-the-husky Gasman arnelgp Gasman CJ_London
  7. shamal

    Search in any part of a list box

    Is my topic difficult and cannot be applied in Access?
  8. shamal

    Search in any part of a list box

    How to search in any part of a list box. Is it possible to modify the attached example?
  9. shamal

    Add and view images from a folder

    Can you apply it to the example I sent?
  10. shamal

    Add and view images from a folder

    Thank you for your answer!
  11. shamal

    Add and view images from a folder

    How can I retrieve images if they are in more than one folder? As in the attachment.
  12. shamal

    Add and view images from a folder

    Thanks for your wonderful answer!!
  13. shamal

    Add and view images from a folder

    Welcome.. How to display images and documents depicted in the example with different extensions. Some images with the *.jpg extension are displayed, while others with the *.png extension are not displayed.
  14. shamal

    Main form

    Welcome. How do I make the main form fit the size of the calculator screen?
  15. shamal

    Number of empty values.

    I don't understand your method.
  16. shamal

    Number of empty values.

    Thank you Very excellent function
  17. shamal

    Number of empty values.

    Welcome.. How to calculate empty fields using the Visual Basic function. I used this function in a query, but I want it in a function using Visual Basic D_Null: IIf(IsNull([sn]);1;0)+IIf(IsNull([an]);1;0)+IIf(IsNull([en]);1;0)+IIf(IsNull([tn]);1;0)+IIf(IsNull([mn]);1;0)+IIf(IsNull([kn]);1;0)
  18. shamal

    Connecting the Access database via the Internet

    Welcome How can an Access database be linked over the Internet to different regions?
  19. shamal

    Happy New Year!

    Happy New Year!
Back
Top Bottom