Search results

  1. A

    Refresh data in modern chart in a form

    Dear all, I've a form with a modern chart and a combo box to filter the data. When I open the form, the chart is loading the correct data. If a change the data in the table with the combobox, the modern chart is not updated with the new data, but is empty. With a "old" chart, everything works...
  2. A

    open a specific tab (subform) in navigation form from another form

    Dear all, I want to open a specific form in the navigation form with the code "DoCmd.BrowseTo" see below for the complete code. For some reason it's always going to the first tab of the navigation form. I want to go to a form on the 2nd tab of the navigation. Please, can someone help me with...
  3. A

    Variable link to a path folder

    Hi, I've created an SQL code in VBA to update some tables on a server. Now I want have the path of the database on a form, so the user can edit the path if needed. How can I use a variable link for the path in this code? thanks in advance, rg, Andre DoCmd.RunSQL "INSERT INTO...
  4. A

    Update records in another database with VBA

    Dear all, I've 2 databases, 1 on the C-drive and the other on a networkdrive. Both databases have the same tables. Now I want to update the tables of the databaase on the networkdrive with the data in the tables which are stored in the database on the C-drive. I want to do this with VBA, but I...
Top Bottom