S
Stuart E. Wugalter
I have the following query:
SELECT TOP 1 tblSeqTaq.TAQCALL
FROM tblSeqTaq
WHERE (((tblSeqTaq.TAQCALL)="Allele 2"));
The query returns one record containing the text "Allele 2"
I tried to use this query as the control source for a list box:
=qrySelectAllele2!TAQCALL
The result is #Name? on the form.
Any suggestions would be greatly appreciated.
Thanks in advance, Stuart
Stuart E. Wugalter
Statistician II
Building: PMB B100
Mail Code: 9011
Department: Zilkha Neurogenetic Institute
Division: Keck School of Medicine
Telephone: (323) 442-1080
FAX: (323) 442-3054
E-Mail: (e-mail address removed)
SELECT TOP 1 tblSeqTaq.TAQCALL
FROM tblSeqTaq
WHERE (((tblSeqTaq.TAQCALL)="Allele 2"));
The query returns one record containing the text "Allele 2"
I tried to use this query as the control source for a list box:
=qrySelectAllele2!TAQCALL
The result is #Name? on the form.
Any suggestions would be greatly appreciated.
Thanks in advance, Stuart
Stuart E. Wugalter
Statistician II
Building: PMB B100
Mail Code: 9011
Department: Zilkha Neurogenetic Institute
Division: Keck School of Medicine
Telephone: (323) 442-1080
FAX: (323) 442-3054
E-Mail: (e-mail address removed)