D
DS
I have a form with a Listbox, when I click on this listbox it opens
another form with a group of records. This works fine. The problem is
that I have 2 criteria, MenuID and MenuCatID. If I keep the 2 criteria
it only brings up 1 record and I cn't cycle through theother records
because they aren't there. If I get rid of the MenuCatID all of the
records come up, which I want but, I want it to be on the MenuCatID from
the first form. Is there a way to do this. I need the second form
(Single Form) to come up on the MenuCatID but have all of the records
available. I tried the GoToRecord but that doesn't work.
In a nut shell I need to filter then go to...
Thanks
DS
another form with a group of records. This works fine. The problem is
that I have 2 criteria, MenuID and MenuCatID. If I keep the 2 criteria
it only brings up 1 record and I cn't cycle through theother records
because they aren't there. If I get rid of the MenuCatID all of the
records come up, which I want but, I want it to be on the MenuCatID from
the first form. Is there a way to do this. I need the second form
(Single Form) to come up on the MenuCatID but have all of the records
available. I tried the GoToRecord but that doesn't work.
In a nut shell I need to filter then go to...
Thanks
DS