Hello,
I want to know whether it is possible to save just a few fields from a data entry form and to display the remaining?
Details:
I have a mian data entry form which contains COMPID.Also, from that form I can open several other data entry forms which also contain the COMPID(since I am linking all the forms using COMPID).Now when I enter data to the main form and save it, it saves the COMPID and when I go to the other forms and enter data and try to save it it gives me error,index or primary key is duplicate.I know why it is doing it,Since COMPID is already saved from teh main form it is not goign to acccept the same id,but I want to save other information tot eh same COMPID record using the other forms.So I want to knwo whether it is possible to save other info leavign the COMPID in the forms I open using buttons,I am not good at writing code,so if anyone has soem idea please help me out.I am saving the records using the SAVE button created using teh wizard.So can I change that code so that it doesn't save all the fields??
Thanks,
Madu.
I want to know whether it is possible to save just a few fields from a data entry form and to display the remaining?
Details:
I have a mian data entry form which contains COMPID.Also, from that form I can open several other data entry forms which also contain the COMPID(since I am linking all the forms using COMPID).Now when I enter data to the main form and save it, it saves the COMPID and when I go to the other forms and enter data and try to save it it gives me error,index or primary key is duplicate.I know why it is doing it,Since COMPID is already saved from teh main form it is not goign to acccept the same id,but I want to save other information tot eh same COMPID record using the other forms.So I want to knwo whether it is possible to save other info leavign the COMPID in the forms I open using buttons,I am not good at writing code,so if anyone has soem idea please help me out.I am saving the records using the SAVE button created using teh wizard.So can I change that code so that it doesn't save all the fields??
Thanks,
Madu.