G
Guest
Hi
I am using a messabge box to show a message containing varibles and values from controls
the problem i have is that the values for variable1 and combobox1.selectedvalue do not seem to show up in my message. The date seems to work fine however (dtpDate.value). Can anyone see what im doin wrong
Dim myMessage As Strin
myMessage = "The " & varible1 & " for " & ComboBox1.SelectedValue & " has already been chosen for the " & dtpDate.Value & ". Please change your selection
MessageBox.Show(myMessage
I am using a messabge box to show a message containing varibles and values from controls
the problem i have is that the values for variable1 and combobox1.selectedvalue do not seem to show up in my message. The date seems to work fine however (dtpDate.value). Can anyone see what im doin wrong
Dim myMessage As Strin
myMessage = "The " & varible1 & " for " & ComboBox1.SelectedValue & " has already been chosen for the " & dtpDate.Value & ". Please change your selection
MessageBox.Show(myMessage