Recent content by aref

  1. A

    Display report on the form

    The purpose of this task was to use tools for report management. Is it possible to create a toolbar in the report interface? And can it have features like right mouse click options?
  2. A

    Display report on the form

    I want to display a report window into a subform. Is it possible? Like the Snapshot Viewer Control tool, which is not available in newer versions.
  3. 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
  4. A

    hide/display a field from a table with VBA code

    Thank you I want to do this for learning However, if this option exists, it is a way to secure the fields
  5. A

    Hide queries

    thank you I know that it does not provide security I want to do this by coding to learn
  6. 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...
  7. 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?
  8. 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
  9. A

    Extracting the images in Access Image Gallery

    Hello, thank you for your kindness. It was great. I have another question? When an image is embedded in the form, where is this image stored and accessible?
  10. 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
  11. A

    Artificial Intelligence in MS.Access

    Thank you to everyone for participating in the discussion Thank you dear Josef P. for announcing the start of artificial intelligence and posting the link. It is a sweet start in the discussion of writing code in VBA. Dear spaLOGICng, I converted the pdf file to text and now it is stored in...
  12. A

    Artificial Intelligence in MS.Access

    Thank you for the explanations, dear ones With the investigation done, the possibility of extracting the right answer from within a pdf is very difficult due to specific formats. I know that this is a big project, but with the precious guidance of dear professor, I can take action and complete...
  13. A

    Artificial Intelligence in MS.Access

    The following code was suggested by CHATGPT. Please help in writing the codes of LoadTrainedModel - PreprocessText and LoadAnswers functions and designing the model.
Top Bottom