rvp032582
Posts: 47
|
| Posted: 05/18/2006, 7:47 AM |
|
really weird i've actually gotten this to work 1 time before. but now i can't. it's a dining menu that separated in the categories. all the salad dishes are together, all the omelets are together, etc etc.
here is what i have:
Dim CurrMenuCat
Function MenuItems_BeforeShowRow() 'MenuIems_BeforeShowRow @19-D7A0EB6F
'Custom Code @24-73254650
' -------------------------
If CurrMenuCat = MenuItems.MenuCat.Value Then
MenuItems.MenuCat.Visible = False
Else
MenuItems.MenuCat.Visible = True
CurrMenuCat = MenuItems.MenuCat.Value
End If
i followed the example. i guess i'm just missing something.
thanks for any help you can provide
--rvp
|
 |
 |
|