Search results

  1. L

    Error 3061 - Too Few Parameters - Expected 1

    Well, implementing that function it work very good (it seems even more quick). What i did : If rst!Nr_Records > 0 Then 'Create a new worksheet with name of query Dim ws As Worksheet Set ws =...
  2. L

    Error 3061 - Too Few Parameters - Expected 1

    Thank you for the answers. So, the form is always open because this function is called from that form trough a button and [Forms]![frm_project_selection_for_edw_de_qc]![PRJ] is never Null . I tried to use Eval but not work, I remove Like and not work, i use '=' and not work, the only way it...
  3. L

    Error 3061 - Too Few Parameters - Expected 1

    Good morning everyone. Time to time I face with the Error 3061 Too Few Parameters Expected 1. I tried to check around some solution but it seems i'm not able to solve. Below is my code. Mainly I have a table with a list of queries name (previous build based) and for each query i need: 1. Create...
  4. L

    Hello Everyone

    Hello everyone, I'm Leonardo, working in an Oil and Gas Company in Oman. My role is to deal with the Computerized Maintenance Management System (SAP) and mainly in the data verification, QAQC, etc. To do this, very often, using my MSACCESS (and VBA) knowledge, i develop small tool which allow...
Back
Top Bottom