Search results

  1. J

    dcount + instr

    About the DCount function. Dcount (“[Field]”, “Table”, “criteria”) I am calling this function from a form while I am adding a record. I use the criteria argument to compare if the ‘Name’ in my table is = ‘Name’ in my form. The syntax of the criteria is...
  2. J

    dcount + instr

    About the DCount function. Dcount (“[Field]”, “Table”, “criteria”) I am calling this function from a form while I am adding a record. I use the criteria argument to compare if the ‘Name’ in my table is = ‘Name’ in my form. The syntax of the criteria is...
  3. J

    function key

    thanks buddy
  4. J

    function key

    Hi, I want to permit the user to go back to the main menu by pushing a function key (for example F2) Does anybody know the VBA code for it? Thanks, Jackske/Belgium
  5. J

    form size

    What is the visual basic command to open a form on the size that you obtain when you push on the square “restore down” in the upper (right) corner of the form. Thanks, Jackske Antwerp/Belgium
  6. J

    control on event on exit

    Dear Jack, Thanks for your help. My meaning is to check how the user leaves the field. Pushing 'Tab' button or on a command button that I put on the form. To be honnest I do not know how to put a flag. Regards, Jack Antwerp/Belgium
  7. J

    control on event on exit

    I want a specific event to happen "on exit" of a field except if a specific "command button" is pressed. How can I have my "event on exit" to control which button was pushed to exit the record? Thanks, Jackske-Belgium
  8. J

    Why does that function does not work

    I made first a Table with 1 field 'Name' I made a form with 1 field and I try to start this function 'on exit' I was excpecting to seen the value of the fiel in the variable 'Seen' ------------------------------------ Public Function Show_Me(Seen As String) MsgBox "The result of this function is...
Back
Top Bottom