E
Esrei
I have this query:
SELECT [Menu Header].MenuHeader_ID, [Menu Header].Weekstrating, [Menu
Header].Weekending, [Menu Header].Weeknr, Menu_Detail.Menu_Detail_ID,
Menu_Detail.Menu_Head_ID, Menu_Detail.Menu_Catagory, Menu_Detail.Weekday,
Menu_Detail.Recipe
FROM [Menu Header] INNER JOIN Menu_Detail ON [Menu Header].MenuHeader_ID =
Menu_Detail.Menu_Head_ID;
My problem is that if you design a menu (mealplan) for a week I would like
to see the days listed at the top and the menu catagories to the left, and
then select the recipe names. Like a pivot table only I can not enter data
into a pivot table.
On opening the subform menu_detail I want it to automaticly open 70 records
that is 7 days with 10 menu catagories for each day.
Please any sugestions will do.
Regards
SELECT [Menu Header].MenuHeader_ID, [Menu Header].Weekstrating, [Menu
Header].Weekending, [Menu Header].Weeknr, Menu_Detail.Menu_Detail_ID,
Menu_Detail.Menu_Head_ID, Menu_Detail.Menu_Catagory, Menu_Detail.Weekday,
Menu_Detail.Recipe
FROM [Menu Header] INNER JOIN Menu_Detail ON [Menu Header].MenuHeader_ID =
Menu_Detail.Menu_Head_ID;
My problem is that if you design a menu (mealplan) for a week I would like
to see the days listed at the top and the menu catagories to the left, and
then select the recipe names. Like a pivot table only I can not enter data
into a pivot table.
On opening the subform menu_detail I want it to automaticly open 70 records
that is 7 days with 10 menu catagories for each day.
Please any sugestions will do.
Regards