SELECT [TEST FILE].[Label Nomenclature], [TEST FILE].ID, [TEST FILE].[Test
Name], [TEST FILE].[Single Test/Part of a panel, not orderable], [TEST
FILE].[Test #], [TEST FILE].Labs, [TEST FILE].Method, [TEST FILE].[Specimen
1st], [TEST FILE].[Sample 1st], [TEST FILE].[Specimen 2nd], [TEST
FILE].[Sample 2nd], [TEST FILE].[Specimen 3rd], [TEST FILE].[Sample 3rd],
[TEST FILE].[Minimum sample], [TEST FILE].[Minimum sample 2nd], [TEST
FILE].[Minimum sample 3rd], [TEST FILE].[Collection Requirement], [TEST
FILE].Processing, [TEST FILE].[Storage 1st], [TEST FILE].[Storage 2nd], [TEST
FILE].[Storage 3rd], [TEST FILE].Cost, [TEST FILE].Panel, [TEST FILE].[Single
test in panel>>], [TEST FILE].Synonym1, [TEST FILE].Synonym2, [TEST
FILE].Synonym3, [TEST FILE].Synonym4, [TEST FILE].Synonym5, [TEST
FILE].Section, [TEST FILE].Stability, [TEST FILE].[Normal Range1], [TEST
FILE].Units1, [TEST FILE].[Normal Range2], [TEST FILE].Units2, [TEST
FILE].[Normal Range3], [TEST FILE].Units3, [TEST FILE].[Normal Range4], [TEST
FILE].Units4, [TEST FILE].[Male Normal Range], [TEST FILE].Units5, [TEST
FILE].[Female Normal Range], [TEST FILE].Units6, [TEST FILE].Linearity, [TEST
FILE].Diluent, [TEST FILE].[Dilution factor], [TEST FILE].Held, [TEST
FILE].[Turn Around], [TEST FILE].Available, [TEST FILE].[VISTA TEST #], [TEST
FILE].[Purple/EDTA 4ml], [TEST FILE].[Red/Plain 9ml], [TEST FILE].[Red/Gel
5ml], [TEST FILE].[Red/Gel 8ml], [TEST FILE].[White/K2 EDTA 5ml], [TEST
FILE].[Green/Sodium Hep 10ml], [TEST FILE].[Green/Sodium Hep 6ml], [TEST
FILE].[Green/Lithium Hep 5ml], [TEST FILE].[Green/Lithium Hep 3ml], [TEST
FILE].[Blue/Sodium Citrate 3 1/2ml], [TEST FILE].[Gray/Fluoride-Oxalate],
[TEST FILE].[Yellow/ACD-B], [TEST FILE].[Tan/EDTA], [TEST FILE].[Royal
Blue/EDTAorHep], [TEST FILE].[Royal Blue/Serum], [TEST FILE].[Rm Temp], [TEST
FILE].Refrigerated, [TEST FILE].Frozen, [TEST FILE].[CPT Code 1], [TEST
FILE].[CPT Code 2], [TEST FILE].[CPT Code 3], [TEST FILE].[CPT Code 4], [TEST
FILE].[CPT Code 5], [TEST FILE].[CPT Code 6], [TEST FILE].[Clinical
Significance:], [TEST FILE].[Clinica Sinificance cont:], [TEST FILE].Mon,
[TEST FILE].Tue, [TEST FILE].Wed, [TEST FILE].Thu, [TEST FILE].Fri, [TEST
FILE].Sat, [TEST FILE].Sun, [TEST FILE].Batched, [TEST FILE].[Single
Test/Part of a panel, not orderable]
FROM [TEST FILE]
WHERE ((([TEST FILE].[Single Test/Part of a panel, not orderable])=No))
ORDER BY [TEST FILE].[Label Nomenclature];
This is from the queries menu, is this what you requested?
--
JPK
KARL DEWEY said:
Post the SQL for the query. In query design view click on menu VIEW - SQL
View. Copy and paste in reply.
:
I believe so. I added the combo box to the form. I created a query to
create alphabetical listing. It pulls the information from that query.
--
JPK
:
Are you using the ComboBox as criteria for query as record source for the
form?
:
I have a massive test file data base with a lot of information. I want other
to use it and make it user friendly. I Created a form with a combo box to
help them search for a particular test and all the information about that
test. It works great, you can select the test from the combo box and the
data fall in to the form just fine. But, if the person uses the thumb wheel
the data in the form changes to the next record. This could be a potential
problem as they mey use the wrong information for testing. Is there a way to
prevent this? Show only the test data they selected?