View Single Post
  #3  
Old August 31st, 2004, 01:44 PM
Pieter Linden
external usenet poster
 
Posts: n/a
Default

DLN wrote in message ...
I want to create a form page that has a single field on it, say "last
name", and when that last name is entered in, I want to click a button and
have it bring up another page with the results. Any idea how to do this?

Thanks.


create an unbound form.
put a textbox on it.
create a query that gets its criteria from the textbox.

SELECT...
FROM...
WHERE SomeField=Forms![MyForm]![MySearchValue]