Search results

  1. Z

    Sum rows and update another table

    Hello, Thanks to y'all I had this great code yesterday Private Sub ImportXls_Click() Dim Filepath As String Dim strTable As String Dim MainTable As String Dim strSql as String Dim base As DAO.database Filepath = Me.fpath.Value MainTable = "Operation" strTable= "TemporJ"...
  2. Z

    Solved For each..... insert into

    hello, I have this simple code to import data from an excel file to a temporary table Private Sub ImportXls_Click() Dim Filepath As String Dim strTable As String Filepath = Me.fpath.Value strTable= "TemporJ" DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel12...
  3. Z

    Solved upload file to blob field in mysql BE

    Hi everyone, I create a simple database wich works great with few users. Recently we needed to move the back-end to MySql and just after this they aks me to allow users to upload file to the database. Moving the db to MySql weren't so difficult (i read a lot of thread). But now in the table...
  4. Z

    Hi everyone

    🙋‍♂️ Hi, Just a newbie who want to learn about vba to improve his access app.
Top Bottom