Edit Form

ddrew

seasoned user
Local time
Today, 22:42
Joined
Jan 26, 2003
Messages
911
I have a Form with a listbox which looks for records on the DB, this works fine. The DB fields are locked for security but I want the user to be able to edit the info on a seperate form which I have created. I thought that because I had selected the person from the list box and clicked the Edit button that it would open th new form with that record displayed, but it dosen't it always goea to the first record. Could someone show me/tell me how to correct this. Thank you!
 
not sure how its all setup but is the value in the list box being passed to the sql string? It sounds like it might not be.
 

Users who are viewing this thread

Back
Top Bottom