Search results

  1. J

    forms using input (Query) and reports to print

    I am sorry, I didn't explain... yes I copy-paste the code to the new event for the textbox.. and it just doesn't do anything at all
  2. J

    forms using input (Query) and reports to print

    yes, I have tried that and nothing happens, literally, nothing.. I removed the command box, should I leave it there? I have also tried key down and that one acts strange... I used it with If KeyCode = 13 Then it gets the values requested (runs code), but if another value is entered in text0...
  3. J

    forms using input (Query) and reports to print

    Thanks, Dlookup did the trick... I didn't use it before, but it works just fine, now I know another way of doing this (well I know only one, as I forgot the other :)) One more question, now the events run when a command is clicked, how can I bypass that click and use Enter from the textbox? in...
  4. J

    forms using input (Query) and reports to print

    Hi, I'm new here and I have not been able to locate the answer for my puzzle: I have a table (Table1) with fields: ID (key), First Name, Last Name, Timestamp, Period, Counter I have a Select Query (look up) with Criteria using Text0 from Form (Action): [Forms]![Action]![Text0] My Form...
Back
Top Bottom