JaredNJames
Registered User.
- Local time
- Today, 07:11
- Joined
- Jul 7, 2007
- Messages
- 87
Hi, i have a simple setup in a datasheet view which is as follows with three fields: Combo11, Combo13, Price.
It works like this:
User selects part type in combo11, the afterupdate event requeries combo13, the user then selects the name of the part in combo13, which then requeries the price field, which then displays a price.
this setup works perfectly when on a standalone form, but when i set this as a subform it doesnt, i can choose the first combo11, (i can choose the part type), but it doesnt requery combo13 to bring up the next options. this means when i click on combo13 it asks me to enter the criteria manually. If i enter the criteria manually i can then continue as normal. However i cannot see why it would suddenly not work. I think it could be down to the first query event not being able to see combo11
Im not sure why it works as a standalone and not in subform so any ideas welcomed.
Thanks
Jared James
It works like this:
User selects part type in combo11, the afterupdate event requeries combo13, the user then selects the name of the part in combo13, which then requeries the price field, which then displays a price.
this setup works perfectly when on a standalone form, but when i set this as a subform it doesnt, i can choose the first combo11, (i can choose the part type), but it doesnt requery combo13 to bring up the next options. this means when i click on combo13 it asks me to enter the criteria manually. If i enter the criteria manually i can then continue as normal. However i cannot see why it would suddenly not work. I think it could be down to the first query event not being able to see combo11
Im not sure why it works as a standalone and not in subform so any ideas welcomed.
Thanks
Jared James