F
F
I'm new to Access and am struggling a little.
I am building a database which is to be used for event management. It
will store details of delegates in a 'Delegates' table and events in an
'Events' table.
The delegates table stores the usual surname, address, etc. and the
events form stores event names, dates, etc.
Both tables have associated forms.
The Delegates Form asks for a delegate's details and has a list box with
the MultiSelect property set to simple for choosing events (taken from
the events table) which (s)he wishes to attend. Alongside each event in
the list I need to be able to provide an input for how many tickets a
delegate wishes to buy for that event.
Is there an easy/uncomplicated way to achieve this and have each of the
events directly linked to its own 'number of tickets' input. The
solution would need to be able to cope with changes in the number of
events as the year progresses.
TIA
I am building a database which is to be used for event management. It
will store details of delegates in a 'Delegates' table and events in an
'Events' table.
The delegates table stores the usual surname, address, etc. and the
events form stores event names, dates, etc.
Both tables have associated forms.
The Delegates Form asks for a delegate's details and has a list box with
the MultiSelect property set to simple for choosing events (taken from
the events table) which (s)he wishes to attend. Alongside each event in
the list I need to be able to provide an input for how many tickets a
delegate wishes to buy for that event.
Is there an easy/uncomplicated way to achieve this and have each of the
events directly linked to its own 'number of tickets' input. The
solution would need to be able to cope with changes in the number of
events as the year progresses.
TIA