hello,
someone please help me, i've never used strings before.
i have a field in a form called "department" which i want
to concatenate with option group "location".
this is the code i was using in the after update event.
Private Sub Location_AfterUpdate()
Dim strLocation As String
Select Case...