S
Sara
Hello,
I have an Inquiry form that has a option group control called Source that
gives the user the option to check if the inquiry is by Phone, E-mail or fax
(Only one can be selected). On submit, I have an insert query that adds a
new inquiry to the Inquiries Table but the Source field in my table is
populated with 1, 2, or 3 which are the values assigned to the Phone, E-mail
or fax options.
Is there a way to insert the text instead of just numbers?
I though maybe having like a case statement in my insert query would work,
but I don't know how to do it.
I would appreciate your help.
I have an Inquiry form that has a option group control called Source that
gives the user the option to check if the inquiry is by Phone, E-mail or fax
(Only one can be selected). On submit, I have an insert query that adds a
new inquiry to the Inquiries Table but the Source field in my table is
populated with 1, 2, or 3 which are the values assigned to the Phone, E-mail
or fax options.
Is there a way to insert the text instead of just numbers?
I though maybe having like a case statement in my insert query would work,
but I don't know how to do it.
I would appreciate your help.