Oct 28th, 2000, 03:32 PM
Hi there,
I am very happy to find many people help me here.
Last month someone helped me to get personal information
from a person selected in the listbox.
The query string was:
Data1.RecordSource = "SELECT * FROM Engineer WHERE [Last Name and First Name]= '" & DBlistbox.Text & "'"
Now I would like to delete the selected Engineer and
be able to undelete it.
In addition I would like to modify the personals information; to visualize them I use some textboxes with DataSource=Data2 and DataField = the respective field.
I can write in the texboxes, but I would like to store the changes only by pressing the CommandButton "Modify"
-----------------------------------------------
THANK YOU for all; write me as soon as possible!
-----------------------------------------------
PS
Data1 is = Data2, but I need two different controls; it's ok.
[Edited by stefano on 10-29-2000 at 03:07 AM]
I am very happy to find many people help me here.
Last month someone helped me to get personal information
from a person selected in the listbox.
The query string was:
Data1.RecordSource = "SELECT * FROM Engineer WHERE [Last Name and First Name]= '" & DBlistbox.Text & "'"
Now I would like to delete the selected Engineer and
be able to undelete it.
In addition I would like to modify the personals information; to visualize them I use some textboxes with DataSource=Data2 and DataField = the respective field.
I can write in the texboxes, but I would like to store the changes only by pressing the CommandButton "Modify"
-----------------------------------------------
THANK YOU for all; write me as soon as possible!
-----------------------------------------------
PS
Data1 is = Data2, but I need two different controls; it's ok.
[Edited by stefano on 10-29-2000 at 03:07 AM]