C
Co
Hi All,
I need to open a form and send a value with it.
I think it is something with Property but I don't know how to do it.
I click a Listview and open my form. The ID (int) from the Listview
needs
to go to the form so I can run this code:
Dim sql As String = "SELECT * FROM Bestanden WHERE Id=" & DocID
Can anyone help me.
Marco
I need to open a form and send a value with it.
I think it is something with Property but I don't know how to do it.
I click a Listview and open my form. The ID (int) from the Listview
needs
to go to the form so I can run this code:
Dim sql As String = "SELECT * FROM Bestanden WHERE Id=" & DocID
Can anyone help me.
Marco