Kyle T
Premium Member
Registered: 11th Sep 04
Location: Selby, North Yorkshire
User status: Offline
|
I've dusted off an MS access DB I started on a couple of years ago and I'm just trying to tidy it up and fix some bugs before putting it into use at work.
I'm trying to assign a variable a value at the minute as follows:
dim ref as string
ref = Me.lstServices.Column(1, lstServices.Value) & (Me.txtalias.Text)
Lets say for example the txtalias.text = "corsasport"
and
lstservices.column = "football live"
As it looks at the minute, ref is displayed as "football livecorsasport"
I want it to display as "football live (corsasport)"
Schoolboy stuff I know, but I really can't remember how to do this

[Edited on 04-11-2008 by Kyle T]
Lotus Elise 111R
Impreza WRX STi
|