David
|
| Posted: 03/25/2002, 6:01 PM |
|
>>>I need to display records in a grid by the initial letter, anybody can help me?<<<
Brent, can you extend your answer? I'm a newbie on this.
"""All you need to do is create a search form and use Like "...%" so it matches the first few letters of the search field"""
Thanks!
|
|
|
 |
Nicole
|
| Posted: 03/26/2002, 1:12 AM |
|
David,
here are more details.
Create Search form with search field called e.g. "fist_name". On result Grid form add Input parameter with settings like:
Field: corresponding_table_field
Variable Name: first_name
Type: Param
Data Type: Text
Operation: Like '...%'
That's all
|
|
|
 |
|