Hi all
I have a problem locating where to put my requery for a subform and, also, how quite to type it. Here is the relevant information
the drop down list row source in the second combo ( named "2ndstatus") is dependent on th1 1st combo ("1ststatus"), this is done through a query that I have built. I need the row source to requery each time the selection is made, bear in mind that the subform is in datasheet view. I dont know whether to put on the afterupdate of the 1ststatus (the control source) or the 2ndstatus (the dependent source). And also whether to put this in the coding of the main form or the subform or, indeed, both. further relevant information:
the form is saved as "subfrmstatus" within the main form it is named 'child127'.
the query which sets the row source is saved as 'qrysubstatus'.
I'm not sure whether i should be requerying the 1ststatus, 2ndstatus, both. whether it shuold be the main form or the sub form.
Also, there is an afterupdate for cbo1ststatus but not for 2ndstatus, there is just a ctl2ndstatus.
Help! im quite lost. I think i may be making this harder then it needs to be!
thanks in advance, help is greatly appreciated, i very much need to get past this problem.
I have a problem locating where to put my requery for a subform and, also, how quite to type it. Here is the relevant information
the drop down list row source in the second combo ( named "2ndstatus") is dependent on th1 1st combo ("1ststatus"), this is done through a query that I have built. I need the row source to requery each time the selection is made, bear in mind that the subform is in datasheet view. I dont know whether to put on the afterupdate of the 1ststatus (the control source) or the 2ndstatus (the dependent source). And also whether to put this in the coding of the main form or the subform or, indeed, both. further relevant information:
the form is saved as "subfrmstatus" within the main form it is named 'child127'.
the query which sets the row source is saved as 'qrysubstatus'.
I'm not sure whether i should be requerying the 1ststatus, 2ndstatus, both. whether it shuold be the main form or the sub form.
Also, there is an afterupdate for cbo1ststatus but not for 2ndstatus, there is just a ctl2ndstatus.
Help! im quite lost. I think i may be making this harder then it needs to be!
thanks in advance, help is greatly appreciated, i very much need to get past this problem.