X
xRoachx
I need to concatenate a string with double quotes but I
can't get it quite right:
strTempAppType = """ & cboAppTypes.Text & """
So if cboAppTypes.Text was NORTH, I want strTemAppType to
be equal to "NORTH", including the quotes. What is the
correct syntax? Thanks.
can't get it quite right:
strTempAppType = """ & cboAppTypes.Text & """
So if cboAppTypes.Text was NORTH, I want strTemAppType to
be equal to "NORTH", including the quotes. What is the
correct syntax? Thanks.