Someone, in their infinite wisdom has created a website that connects to a database. This website has a data entry form which has a field into which three pieces of information are to be entered separated by slashes (/). The .sql code in the database then breaks up the three pieces of information and send them to three fields, each in a different table. I assume the code that separates them is dependent on the slash.
I have been tasked with creating an Excel spreadsheet containing a field to take in this same information - also in one field which, as far as I know, is to be imported directly into SQL Server. My experience with this type of thing tells me that the user cannot be depended upon to follow directions and the cells must have data validation rules set. (and they still manage to screw thing up).Is there any way to format this cell to present the user with slashes between which he will enter the three pieces of information? (I vaguely remember this being called a mask but apparently a mask is something else. What might the thing for which I am looking be called?). I've looked at custom formatting but it only seems to allow this type of formatting for numbers and dates.
I have been tasked with creating an Excel spreadsheet containing a field to take in this same information - also in one field which, as far as I know, is to be imported directly into SQL Server. My experience with this type of thing tells me that the user cannot be depended upon to follow directions and the cells must have data validation rules set. (and they still manage to screw thing up).Is there any way to format this cell to present the user with slashes between which he will enter the three pieces of information? (I vaguely remember this being called a mask but apparently a mask is something else. What might the thing for which I am looking be called?). I've looked at custom formatting but it only seems to allow this type of formatting for numbers and dates.