Hello,
I have below situation.
I have one form and one subform and on main form i have combo box wherein I can select any existing record and subform populates based on existing data.
Now I have to create a new record in order to accomplish that I have created add button on main form and will create a new record for user to enter using acnewrecord.
Now in order to create a new record I have to proivde combobox where in user can select existing record and they can create other data for that for example one user can have many same data, like one vendor can have multile other vendor list so they have to enter the data for each sub vendor.
so when I am selecting existing vendor data the subforms get fills up automatically..
this is wrong when I am creating a new sub vendor data for the master vendor it should allow me to create new data with all fields are blank.
So the conclusion is when I want to add new record for existing vendor i should be able to enter all the data but since subform is linked with vendor id on form it is populating subform and i am making their value on combobox's after update event it says this is required field and gives me error.
can anybody please help me on this.
I have below situation.
I have one form and one subform and on main form i have combo box wherein I can select any existing record and subform populates based on existing data.
Now I have to create a new record in order to accomplish that I have created add button on main form and will create a new record for user to enter using acnewrecord.
Now in order to create a new record I have to proivde combobox where in user can select existing record and they can create other data for that for example one user can have many same data, like one vendor can have multile other vendor list so they have to enter the data for each sub vendor.
so when I am selecting existing vendor data the subforms get fills up automatically..
this is wrong when I am creating a new sub vendor data for the master vendor it should allow me to create new data with all fields are blank.
So the conclusion is when I want to add new record for existing vendor i should be able to enter all the data but since subform is linked with vendor id on form it is populating subform and i am making their value on combobox's after update event it says this is required field and gives me error.
can anybody please help me on this.