Search results

  1. A

    Display report on the form

    Hi In Access, you can display reports within a form and control them using the form, such as printing specific pages or navigating to a particular page. Thank you
  2. A

    Hide queries

    Hello I am using the following code to hide/show the tables If I want to write the same code about queries, what will change? so that they can be hidden by executing the query code. Thanks Function ShowHiddenObject(AttributesID As Integer) Dim obj As AccessObject, dbs As Object...
  3. A

    hide/display a field from a table with VBA code

    Hello If I want to hide/display a field from a table with code, what code should I write?
  4. A

    Security of tables (preventing deletion and creation)

    I want tables in Access for security 1- Work with coding so that it is not possible to delete tables in the Navigation Pane window 2- It is possible to enter a new record, create a new field, delete data. (lock the table) please guide me
  5. A

    Extracting the images in Access Image Gallery

    Hi I have a lot of images stored in Access Gallery. Now I want to extract the desired image in D drive using coding. please guide me. Thanks
  6. A

    Artificial Intelligence in MS.Access

    Hello I have a pdf file, now I want to process natural language with artificial intelligence similar to chatgpt in Access and with VBA coding, so that when the user asks a question, he can go and find the answer from inside the pdf and display the best answer. Please guide me for this, what...
  7. A

    Execution of click events in subforms through the parent form

    Hello I encountered a problem to refer the events in the forms. In the Frm_Main form, I have a subform called Child1, now I want the double click event of the cmd__ProjectA button run (cmd__ProjectA_DblClick) And on the other hand, I have another subform in child1 called chlid2 that I want to...
  8. A

    Using Excel charts with high image quality in the Access environment

    Hello In the attached example, I have used Excel environment charts in Access as images. But the quality of the output images is very low. Please help me how can I use Excel quality output images in Access. My second issue is related to the "Please Wait..." box that I want to be placed in the...
  9. A

    Solved Filtering in the report

    Hello I made a report from the table, in this report I want the items displayed in the date column to be filtered, and this filter only includes items greater than zero, and the records that are zero or null are not seen in the report. Thanks
  10. A

    Solved How to use multi-value in query search?

    Hello I used the multivalue property to search in the query through the form, but it doesn't work please help Thanks
Top Bottom