Hello,
I have a form in for recording some staff meeting notes and other various information. In the form I have the user enter in the date of the meeting and then the unique_number (which is staff meeting one, two, three - however many you have in that day) I ultimately want the database to identify that staff meeting with an ID. Which is built by the txtMeetingDate + txtUniqueID, but I want the form to strip away the slashes in the date. Example: user enters in 12/17/74 and it's meeting 01. The StaffMeetingID would be 121774-01 (yes I do want the dash in the number as well) OK, I can get the values to concatenate just fine, but when the user reviews that record again, it removes the slashes in the date as well. So, they come back and see the date they entered as 121774. I want the user to see the slashes in the date, but in the id number no dashes. Any ideas?
Thanks,
---roystreet
I have a form in for recording some staff meeting notes and other various information. In the form I have the user enter in the date of the meeting and then the unique_number (which is staff meeting one, two, three - however many you have in that day) I ultimately want the database to identify that staff meeting with an ID. Which is built by the txtMeetingDate + txtUniqueID, but I want the form to strip away the slashes in the date. Example: user enters in 12/17/74 and it's meeting 01. The StaffMeetingID would be 121774-01 (yes I do want the dash in the number as well) OK, I can get the values to concatenate just fine, but when the user reviews that record again, it removes the slashes in the date as well. So, they come back and see the date they entered as 121774. I want the user to see the slashes in the date, but in the id number no dashes. Any ideas?
Thanks,
---roystreet