H
hillcorp
I'm making a database where you have a customer's name and the customer has
certain qualities that can be displayed along side the name. The customer's
are all sorted by a four letter code. There are many names in the table, so
it would be nice to have a 'find and retrieve' funtion, so that I can type in
the customer's 4 letter code and their information pops up on the data access
page.
I've been using the following link as a starting point:
http://office.microsoft.com/en-au/assistance/HA010345491033.aspx
and it has been very helpful.
However, it seems to only work if there is a numerical value for input...as
soon as I try a character string as it suggests in the code comments, I start
to get error messages. Does anyone have any ideas how I might rectify this?
Thanks for your time.....
certain qualities that can be displayed along side the name. The customer's
are all sorted by a four letter code. There are many names in the table, so
it would be nice to have a 'find and retrieve' funtion, so that I can type in
the customer's 4 letter code and their information pops up on the data access
page.
I've been using the following link as a starting point:
http://office.microsoft.com/en-au/assistance/HA010345491033.aspx
and it has been very helpful.
However, it seems to only work if there is a numerical value for input...as
soon as I try a character string as it suggests in the code comments, I start
to get error messages. Does anyone have any ideas how I might rectify this?
Thanks for your time.....