S
Stuart E. Wugalter
Hello:
I have a form with its record source being tblMasterTable contianing a MEMO
field named FASTA. I have used a double-click event to trigger a macro to
run the following query:
SELECT SNPID, OrderNum, RefNo, FASTA
FROM tblMasterTable
WHERE Forms!frmFASTA!FASTA=FASTA;
I can double-click on the FASTA field of the form and a table view will show
me that record and any other records with matching FASTA fields.
My problem is that the query will not work for FASTA fields which are larger
than 512 characters. Can anyone help me with this? TIA, Stuart
Stuart E. Wugalter
Statistician II
Building: PMB B100
Mail Code: 9011
Department: Zilkha Neurogenetic Institute
Division: Keck School of Medicine
University of Southern Californa
Telephone: (323) 442-1080
FAX: (323) 442-3054
E-Mail: (e-mail address removed)
I have a form with its record source being tblMasterTable contianing a MEMO
field named FASTA. I have used a double-click event to trigger a macro to
run the following query:
SELECT SNPID, OrderNum, RefNo, FASTA
FROM tblMasterTable
WHERE Forms!frmFASTA!FASTA=FASTA;
I can double-click on the FASTA field of the form and a table view will show
me that record and any other records with matching FASTA fields.
My problem is that the query will not work for FASTA fields which are larger
than 512 characters. Can anyone help me with this? TIA, Stuart
Stuart E. Wugalter
Statistician II
Building: PMB B100
Mail Code: 9011
Department: Zilkha Neurogenetic Institute
Division: Keck School of Medicine
University of Southern Californa
Telephone: (323) 442-1080
FAX: (323) 442-3054
E-Mail: (e-mail address removed)