Search results

  1. S

    list with inputfield

    Be optimistic ^^ That's the first step ^^
  2. S

    list with inputfield

    I think I don't get this one :p
  3. S

    list with inputfield

    yes, that was bad dutch indeed :p
  4. S

    list with inputfield

    Ja ik spreek nederlands :p
  5. S

    list with inputfield

    Here it is
  6. S

    list with inputfield

    Sorry, I didn't see that. What do you mean by that?
  7. S

    list with inputfield

    Thx, but I know the difference, but my translation isn't that good ^^
  8. S

    list with inputfield

    Oke, sorry for the wrong translation. But in the combobox I can type in words also. This combobox is linked to a table. How can I automaticly add new words to this table?
  9. S

    list with inputfield

    It returend false.
  10. S

    list with inputfield

    he can't recognize NameOfControl
  11. S

    list with inputfield

    it's under Events
  12. S

    list with inputfield

    It's like this...
  13. S

    list with inputfield

    It's a listbox with inputfield. I'm workong in Access 2007 And I have the Dutch version, so it's hard to translate. (I'm Belgian) The listbox does have the function NotInList. You can wether select a String from the listbox or type in a String yourself
  14. S

    list with inputfield

    No it's a list with inputfield. Not a combobox
  15. S

    list with inputfield

    Yes, tried it also, but won't work. If I check with a MsgBox NewData, I get an empty box.
  16. S

    list with inputfield

    This query works when I link it to a button DoCmd.RunSQL ("Insert Into Customer (Customer) Values ('" & Customer.Value & "');") But when I put the code in the NotInlist-sub, it does nothing Private Sub CustomerNotInList(NewData As String, Response As Integer) DoCmd.RunSQL ("Insert Into...
  17. S

    list with inputfield

    No, it doesn't work.
  18. S

    list with inputfield

    Hi all, I have a table called Customers. In a form I have a list with inputfield linked to this table. If you type in a word in this list, and the word is not already in the table, is there a way to put it automaticly in the table? If tried with the next code when 'If not in list' : Private...
  19. S

    Question Parameter box value

    Thank you all ^^ This threat can be closed ^^
  20. S

    Question Parameter box value

    Oke, thanks for the answer. I'll solve it with a form. I know how to do it with forms, but I just wondered if it was possible with parameter boxes also.
Back
Top Bottom