Data entry form to update a record without overwriting

gsrai31

Registered User.
Local time
Today, 19:40
Joined
Aug 30, 2003
Messages
44
I have a table "tbl1" with two columns – clientID, Fault
I need a form with 3 objects, combo box populated with drop down list of client IDs, a text box to enter fault details and a submit button.

I want to be able to select the client ID from the dropdown list and fill in the fault details in the text box. When I click on submit button I want the fault field for the selected client updated adding new fault information, without overwriting what was already in the fault field. So the new fault is added after whatever text was in the fault field before. Can someone please help me with this. Thanks in advance. gsrai31
 

Users who are viewing this thread

Back
Top Bottom