Search results

  1. D

    Argument not optional

    I have attached the folder to this message now
  2. D

    Argument not optional

    My computer not recognizing me.filter
  3. D

    Argument not optional

    Not letin me save it as a zip
  4. D

    Argument not optional

    Dosen't work the filter still so not appear.
  5. D

    Argument not optional

    Yea but if i drop that bit of code then other clients information is visible in the background, while the user enters the search criteria.
  6. D

    Argument not optional

    Yea but if i just do the filter then other peoples information is visible in the back ground which is not suitable for confidentiality reasons.
  7. D

    Argument not optional

    Hi, Having a problem with this code again. It worked but the filter in the code has stopped working and I can't figure out why, can you help? thanks. DoCmd.OpenForm "tbljobs main" DoCmd.GoToRecord , , acNewRec DoCmd.ApplyFilter "jobs form search, , ,"
  8. D

    Argument not optional

    Thanks mate it working now
  9. D

    Argument not optional

    Hi, I am writing some code for a database button but the error message argument not optional appears, saying that my OpenForm is incorrect. The code is below can any body help? Thanks. Private Sub Command47_Click() DoCmd.OpenForm.[tbljobs main] DoCmd.GoToRecord , , acNewRec DoCmd.ApplyFilter...
Back
Top Bottom