I'm trying to create an if/else case in a stored procedure where if te record is not found, it returns blank values, and if it is found I get the real values. But when I try to execute the SP update I get column does not exist for the else clause (all columns starting with shift through sequence)
I'm sure this is a simple problem, and I apologize in advance.
I have a bunch of comboboxes, and I only want the user to be able to accept a value in the list. I want them to be able to type in the field and have it auto position to the corresponding value in the list which works nicely, but how do I validate that the entry is one of the list items while they are typing?
For instance:
if the values are [Brian, Frank, Jeff, Martin] and they type JEFF...
Leave a comment: