I have a form a user completes and I want to use some of the information in another form that is open at the same time.
I need to take the first 3 letters of the first name and insert them into my second form.
I also need the date which is currently in DD/MM/YYYY to be inserted into the second form in this format DDMMYY.
How would I aproach this in VB?
I need to take the first 3 letters of the first name and insert them into my second form.
I also need the date which is currently in DD/MM/YYYY to be inserted into the second form in this format DDMMYY.
How would I aproach this in VB?