G
Guest
I have 1 form based on tblevents which tracks event information, date, time,
attendance etc... Tblevents has a unique eventID (autonumber). I have a
subform based on a query of a junction table which tracks product sales. the
query has fields itemsalesID,EventID,ItemID, sold,price and a total
calculation.
is it possible to set an after update event on the eventID field which will
populate the sub form with all items from the tblitems (30 available items).
to do this I would have to update the query with the 30 items and the current
eventID. optionally I could use a control button to open a popup form with a
multiselect listbox, select all items and than update the query.
I currently use a combobox in the subform and select each item individually,
which works but is tedious. I want all items listed as, each event will most
likely sell 1 of each item.
either case, I am too new to program this myself.
any pointers would be appreciated.
thanks
attendance etc... Tblevents has a unique eventID (autonumber). I have a
subform based on a query of a junction table which tracks product sales. the
query has fields itemsalesID,EventID,ItemID, sold,price and a total
calculation.
is it possible to set an after update event on the eventID field which will
populate the sub form with all items from the tblitems (30 available items).
to do this I would have to update the query with the 30 items and the current
eventID. optionally I could use a control button to open a popup form with a
multiselect listbox, select all items and than update the query.
I currently use a combobox in the subform and select each item individually,
which works but is tedious. I want all items listed as, each event will most
likely sell 1 of each item.
either case, I am too new to program this myself.
any pointers would be appreciated.
thanks