by beefsack » Wed Dec 11, 2002 6:39 pm
i have a database where i have a field with unique data. what i want is something so it searches for some data, and returns a row id if it finds it. at the moment i have it working with a while loop, but i was wondering if there was a function i could use to make the code less messy that i can call to get a row id by giving it the field and data?