S
Stuart E. Wugalter
I have a query (assigned to a form button) that allows the users to replace
values in a table:
UPDATE tblSEQTAQ AS A
SET A.taqcall = [Enter a Value for Allele 1:]
WHERE (((A.taqcall)="Allele 1"));
The user now wants to show the value that she entered to replace the string
"Allele 1" on the form. I thought that if I created a second small table to
store the values she enters I could use that as the source for the
information she wants shown. However, I cannot figure out the correct SQL
statements to do this.
I would be most appreciative if someone could help me create the query or
suggest another solution. TIA
Sincerely,
Stuart E. Wugalter
Department: Zilkha Neurogenetic Institute
Division: Keck School of Medicine
University of Southern California
Telephone: (323) 442-1080
FAX: (323) 442-3054
E-Mail: (e-mail address removed)
values in a table:
UPDATE tblSEQTAQ AS A
SET A.taqcall = [Enter a Value for Allele 1:]
WHERE (((A.taqcall)="Allele 1"));
The user now wants to show the value that she entered to replace the string
"Allele 1" on the form. I thought that if I created a second small table to
store the values she enters I could use that as the source for the
information she wants shown. However, I cannot figure out the correct SQL
statements to do this.
I would be most appreciative if someone could help me create the query or
suggest another solution. TIA
Sincerely,
Stuart E. Wugalter
Department: Zilkha Neurogenetic Institute
Division: Keck School of Medicine
University of Southern California
Telephone: (323) 442-1080
FAX: (323) 442-3054
E-Mail: (e-mail address removed)