Search results

  1. K

    Create Report on based on Form, with VBA

    I edited some stuff. There are now: Yes/ No buttons. And already a report created with all fields 'on'. How to filter the report fields if an option is chosen yes or no. (See attachment )
  2. K

    Create Report on based on Form, with VBA

    Some1? a hint perphaps.
  3. K

    Create Report on based on Form, with VBA

    Hello all, First off: I didn't know in which section to put this thread; Report, Form or Vba. :confused: So I took it here. Excuse me if I am wrong. What I want to do is to create a report based on my form. Which takes the yes/no from the form. In the attachment is a 'sample' from what I want...
  4. K

    Change password in form

    Nvm. It works. Here is the final code: Private Sub Knop19_Click() Dim sMsg As String, sOldWW As String, strSQL As String Dim iResponse As Integer If Len(Nz(Me.txtOld, "")) = 0 Then MsgBox "Voer het huidige wachtwoord in.", , "Huidig wachtwoord" Me.txtOld.SetFocus...
  5. K

    Change password in form

    Yes indeed, I am vague at explaning because i'm 'dutch'... And don't have a lot of knowledge in english explanation... Excuse moi Here is my database... ( Attachment ) Ignore the 'Menu_Medewerker, the only thing that will work for you guys is: "Wachtwoord wijzigen" button :p First form...
  6. K

    Only show between today and 14 days.

    Very nice!!! Helps alot. Thx! //Close thread or Thread solved!
  7. K

    Change password in form

    No also not working. I now have this code: If Me.txtOld = Forms!Gebruiker.Form.Wachtwoord! Then Giving error: Cannot find FORM Gebruiker... But it has to get the information from Table medewerkers. ield Wachtwoord The code must be something like this: If Me.txtOld = Table Medewerkers Field...
  8. K

    Only show between today and 14 days.

    It says I can't :S Already tried but a message keeps popping-up saying: The given sort order for this database is not supported by this end meaning for this database ( in dutch, but i tried to translate in english )
  9. K

    Cancel button not working correctly

    Ahaa thanks. ... I Will study /google / .... work 'on ' the code :p
  10. K

    Only show between today and 14 days.

    Well, my access file is in Dutch. Have tried your method but it doesn't filter Database report in attachment.
  11. K

    Only show between today and 14 days.

    Thx for reply: Putted it in: On Load Private Sub Report_Load() Between Date And Date + 14 End Sub Got an error when I got back to the report: Sub or Function not defined
  12. K

    Cancel button not working correctly

    Hello, I have a Form with < Data entry> Yes. with some fields in it. Also created a button: Cancel Macro's 'OnClick': CloseWindow: [The window I am now] Save: No OpenForm: "XYZ" If I add just something to a field and click 'Cancel" there is a record added to my table. This is not suppossed to...
  13. K

    Only show between today and 14 days.

    Hello, How do get my report to only show queries that are between today and 14 days. It has to get the information from: Table: Klachten Field: Op te lossen voor ( is a date querie ) The field: "Op te lossen voor" has certain dates stored in every cell.
  14. K

    Change password in form

    Hello all, I do not understand much of VBA. But I will give my best shot to understand it. Here is my little problem:: I have login screen. Works fine. Now I have created a 'change password' form. Form name: Wachtwoord wijzigen Old password = txtOld New password = newpassword1 Verirfy=...
  15. K

    Yo

    Hello, My name is Kevin. ;) //Ps. I will not look at this Thread ever again.
Top Bottom