Search results

  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.
  14. 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...
  15. 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...
  16. A

    Using Excel charts with high image quality in the Access environment

    Hi, thanks I need vba code for high resolution chart export in excel and display high quality in access form. In this sample attached, "please wait" box in form is behind I want to be placed in the middle of the form after loading form
  17. 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...
Top Bottom