Hi,
Im looking to use the text from the variable to open a form
Does anyone know? Im stumped :(
If i havnt made myself clear please message me back.
Thanks in advance!
Private Sub lstPurchases_DblClick()
Dim Selection As String
Selection = lstPurchases
Frm"Text from Selection variable".show
End Sub
Im looking to use the text from the variable to open a form
Does anyone know? Im stumped :(
If i havnt made myself clear please message me back.
Thanks in advance!
Private Sub lstPurchases_DblClick()
Dim Selection As String
Selection = lstPurchases
Frm"Text from Selection variable".show
End Sub