Hi All,
I just upsized my mdb to SQL server.
I have a command button that is supposed to concatenate into one field.
It worked fine in my mdb but is adding multiple spaces in my adp...
The result of this string should be ... USQ107
Instead I'm getting ... US Q107
Can anyone see my mistake here?
Dim strCt As Long
Dim strBuild As String
Dim strNewCount As String
strBuild = me.cmbProjectCountry & "Q" & Me.cmbNewQuarter & Right([cmbNewYear], 2)
Thanks
Detrie
I just upsized my mdb to SQL server.
I have a command button that is supposed to concatenate into one field.
It worked fine in my mdb but is adding multiple spaces in my adp...
The result of this string should be ... USQ107
Instead I'm getting ... US Q107
Can anyone see my mistake here?
Dim strCt As Long
Dim strBuild As String
Dim strNewCount As String
strBuild = me.cmbProjectCountry & "Q" & Me.cmbNewQuarter & Right([cmbNewYear], 2)
Thanks
Detrie