I have the following code in an after-update event of a field on a form.
Me.txtAttendanceCode = Left(Trim(Me.Parent.txtFirstName), 1) & "" & Me.Parent.txtDOB & "" & Left(Trim(Me.Parent.txtLastName), 1)
I want to use the same code but not include the / marks in the DOB portion of the code.
Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.
TRUSTED BY
ASKER