Database results

  • Thread starter Thread starter Jaundice Boy the yellow livered rum sucking packmu
  • Start date Start date
J

Jaundice Boy the yellow livered rum sucking packmu

I have set up a database with phone numbers for all of our
employees and a data base search form that you tpye the
name in and it searches for that name.It works fine ,the
only question I have is how can I get that page to not
display the entire list when the page is first
accessed.When you go to that page page it displays the
first record and all the others below it.I want it to have
nothing there when it is first accessed and only when you
type in the name query will any results show.Can anyone
help with this?Thanks ahead of time.

Thanks
Jaundice Boy the yellow livered rum sucking packmule.
 
Hi,

Try setting a 'default' value for the Search field on the form that does
not exist in the database. This way, when a search is tried by default, it
will result in No Records.

Regards,
Vijay

Disclaimer: This posting is provided "as is" with no warranties and confers
no rights

--------------------
| From: "Jaundice Boy the yellow livered rum sucking packmule."
<[email protected]>
|
| I have set up a database with phone numbers for all of our
| employees and a data base search form that you tpye the
| name in and it searches for that name.It works fine ,the
| only question I have is how can I get that page to not
| display the entire list when the page is first
| accessed.When you go to that page page it displays the
| first record and all the others below it.I want it to have
| nothing there when it is first accessed and only when you
| type in the name query will any results show.Can anyone
| help with this?Thanks ahead of time.
|
| Thanks
| Jaundice Boy the yellow livered rum sucking packmule.
|
 
Back
Top