I have a table with a list of fields (1-2-3-4-5...). Each piece of data entered in a field is a unique four diget number.
And i have a number of individual records with a unique id; so it's not just a columb of feilds there is actual rows too.
I would like to be able to create a form with a text box and a command button where the user enters a
four diget number in the text and selects the command button and then the form finds that record with
that nunber in it. I only find help/examples of searches for a specific feild. I want to search the whole table
and retrieve the individual record.
Maybe records; because there should not be more than one unique number.