T
Tom
ACC2000
I have a form (datasheet view) in which I would like only records meeting a
specified variable criteria to appear. For example, I would like to enter
the "Policy Number" into a form field and have the results immidately
limited to only matching Policy Number's. Further, I would then like to
have a second field which would further limit the criteria by my entering
the "Type", to which this would only search the resulting dataset.
If a visual aid will help, below is an example of what I am trying to
acheive.
(Status 1 with no selections made)
Policy Number [] Type []
--------------------------------------------
Policy Number Type Name
1 Med Smith
1 Lif Smith
12 Med Jones
123 Med Green
1234 Dent Smith
12345 Med Tom
12345 Dent Tom
12345 Lif Tom
(Status 2 with only the Policy Number entered)
Policy Number [12345] Type []
--------------------------------------------
Policy Number Type Name
12345 Med Tom
12345 Dent Tom
12345 Lif Tom
(Status 3 with both Policy Number and Type entered)
Policy Number [12345] Type [Med]
--------------------------------------------
Policy Number Type Name
12345 Med Tom
Thanks,
Tom
I have a form (datasheet view) in which I would like only records meeting a
specified variable criteria to appear. For example, I would like to enter
the "Policy Number" into a form field and have the results immidately
limited to only matching Policy Number's. Further, I would then like to
have a second field which would further limit the criteria by my entering
the "Type", to which this would only search the resulting dataset.
If a visual aid will help, below is an example of what I am trying to
acheive.
(Status 1 with no selections made)
Policy Number [] Type []
--------------------------------------------
Policy Number Type Name
1 Med Smith
1 Lif Smith
12 Med Jones
123 Med Green
1234 Dent Smith
12345 Med Tom
12345 Dent Tom
12345 Lif Tom
(Status 2 with only the Policy Number entered)
Policy Number [12345] Type []
--------------------------------------------
Policy Number Type Name
12345 Med Tom
12345 Dent Tom
12345 Lif Tom
(Status 3 with both Policy Number and Type entered)
Policy Number [12345] Type [Med]
--------------------------------------------
Policy Number Type Name
12345 Med Tom
Thanks,
Tom