N
noodnutt
G'day ppl,
This is what I have in the RowSource of AnimalBookCombo:
SELECT tblAnimalDetails.AnimalID, tblAnimalDetails.AnimalName FROM
tblAnimalDetails WHERE
(((tblAnimalDetails.OwnerID)=[forms]![frmbookings]![clientbookcombo]));
For all intensive purposes, it works well when first used, but, if my client
moves back to any previous booking, the AnimalBookCombo still shows the
filter for the new booking, what she has to do is to re-select the client
from the Clientcombo to re-apply the filter on the Animalcombo..
Any thoughts
TIA
Mark.
This is what I have in the RowSource of AnimalBookCombo:
SELECT tblAnimalDetails.AnimalID, tblAnimalDetails.AnimalName FROM
tblAnimalDetails WHERE
(((tblAnimalDetails.OwnerID)=[forms]![frmbookings]![clientbookcombo]));
For all intensive purposes, it works well when first used, but, if my client
moves back to any previous booking, the AnimalBookCombo still shows the
filter for the new booking, what she has to do is to re-select the client
from the Clientcombo to re-apply the filter on the Animalcombo..
Any thoughts
TIA
Mark.