G
Guest
I have a table with 2 fields--Diagnosis and Code. I want to have a form that filters this table after a few letters are placed in a text box at the top of the form.
So the user types the first few letters of diagnosis.....presses command button...the letters typed are used to filter table and return all diagnoses (with their linked codes) that begin with the letters typed.
Should I use a subform for this? Should it be based on the table or some query of the table?
Any help appreciated...
So the user types the first few letters of diagnosis.....presses command button...the letters typed are used to filter table and return all diagnoses (with their linked codes) that begin with the letters typed.
Should I use a subform for this? Should it be based on the table or some query of the table?
Any help appreciated...