Re: Find Record Command Box



"=?Utf-8?B?S2FyZW5Mb3Vpc2U=?=" <KarenLouise@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote in news:C6710D16-01D9-462C-92D2-F5D2F0F9DDF5@xxxxxxxxxxxxx:

> I am new to data page design for the web. I want to have the user put
> in an id number and the attached database will find their record.

This newsgroup is meant to be about tables and database design. I am not
clear what technology you are using to construct your web pages (asp, cold
fusion, frontpage, etc etc) but you would do better to ask your question in
a group dedicated to it instead.

The most general answer would be to use the button click event to construct
a SELECT query using the required ID Number, and reposting the page using
the data from the returned recordset. The details, however, are up to you.

Best wishes


Tim F

.