GodsChild
11-29-2001, 08:51 AM
I dont know if this is possible but I want to compare two texts fields, txtMajor and Majorname. txtMajor has a single major in it, while MajorName has multiple majors in it. I want the user the to be able to perform the operation if their major (txtMajor) is in the list of majors (MajorName). A SQL statement wont do what I need to do. I want something like:
If txtMajor = MajorNAME then.... But with this statement it doesnt read all the majors in Major name. Any help would be wondeful!! Thanks!
If txtMajor = MajorNAME then.... But with this statement it doesnt read all the majors in Major name. Any help would be wondeful!! Thanks!