Search results

  1. W

    Solved Excel xls-Export

    I prepare the data using a report (with the appropriate WhereCondition), which I can then export either as a PDF or Excel.xls. I just had to change the acFormat (acFormatPDF or acFormatXLS). In the Excel file the fonts are displayed quite gray. Is there an explanation for this? Sub...
  2. W

    Solved Beginner question Second Time

    I want to increase the seconds display of a DateTime field by 30 seconds. I dont get any further. My update query is not working: "UPDATE tblMitglieder SET tblMitglieder.DateAct = DateAct + (second(DateAct)+1) where IDMit = 2;" Where is the mistake? Thanks for help
  3. W

    Solved Copy Recordset

    I created a small MySQL database for our club using Access 2021 via an ODBC connection, which also works well. I manage the members using a simple form. If I now create a new member and the following member has the same data. Only the date of birth and first name are different. I just want to...
Top Bottom