N
Nancy
I have a form which contains an:
id: [fld]
name: [fld]
Other from the same table below.
My user wants to search on either field (not both), the id or name field and
have the data associated with it display. They also want the ability to
insert and delete data into the datable from this form. They want to use a
text box not a combo box because there are hundreds of thousands of rows of
data and they do know what they are going after.
I tried the form by filter, but that allows me to only query off of the id
field. I am trying to mimic the same functionality, but allowing the users
to query on one of two fields.
Is there a simple way for me to do this? Is there something I need to do to
the table?
Thanks so much!
id: [fld]
name: [fld]
Other from the same table below.
My user wants to search on either field (not both), the id or name field and
have the data associated with it display. They also want the ability to
insert and delete data into the datable from this form. They want to use a
text box not a combo box because there are hundreds of thousands of rows of
data and they do know what they are going after.
I tried the form by filter, but that allows me to only query off of the id
field. I am trying to mimic the same functionality, but allowing the users
to query on one of two fields.
Is there a simple way for me to do this? Is there something I need to do to
the table?
Thanks so much!