Hi, all--
I have forms that have multiple control boxes where the value of one control box will determine the values of the drop-down list in the next control box. I did this with a parameter query as the row source for the second query. In order for the values of the list to change each time the first control box was updated, I have a "me.refresh" event procedure for "after update."
Now I am getting into more complex things like refrential integrity and the refreshing now causes error messages.
Is there a better way to do this?
Thanks.
I have forms that have multiple control boxes where the value of one control box will determine the values of the drop-down list in the next control box. I did this with a parameter query as the row source for the second query. In order for the values of the list to change each time the first control box was updated, I have a "me.refresh" event procedure for "after update."
Now I am getting into more complex things like refrential integrity and the refreshing now causes error messages.
Is there a better way to do this?
Thanks.