Awesome
thanks Wayne,
That is what I needed. I really appreciate your help. As far as the values of the check boxes changing, I will be tracking the values of checkboxes in fields. However, they shouldn't change. I wouldn't normally want a long confirmation number like this but it is what...
Got all but the check boxes?
Thanks RV...
I figured out all of the code except the check boxes. Still looking for that.
I did this:
Public Function con() As String
Dim confirmationNum As String
Dim conYr As String
Dim conMn As String
Dim condate As String
Dim condate2 As String
Dim...
Hello, thanks for reading!
I want to generate a confirmation number that is based in three parts.
1. the Date issued
2. What is checked or not checked in a series of 7-10 check boxes
3. a random 4 digit number
Out put sample would be something like this: 060801-1100101-9846
issue Date-1...