E
EdHead
Hi,
I'm wondering if it's possible to store multiple fields of data from a
single lookup combo box on a data input form.
I'm familiar with how to populate form fields with 'reference/display' data
from a lookup but my issue is that I need the multiple look up data stored
rather than just 'displayed' for potential individual record adjustments.
I am creating an event registration database and need to track fees payable
and catering for each delegate for a multi day event involving several types
of registration (full, day only etc), involving up to 9 catering occassions
(tick boxes for a.m. refreshments, lunch and p.m. refrehsments for each day).
I managed to create a lookup that displayed the default values for fees and
catering attendance according to the parameters of the particular
registration type however couldn't then make adjustments to individual
records eg delegate 'A' advises they can't attend lunch on day 2 so I need to
make an adjustment to their registration record accordingly in order to
ensure my catering numbers report remains accurate.
Any help/suggestions gratefully accepted as I've been searching
forums/advice sites for hours and all seem to lead back to the same solution
- that there should be no need to 'store' data that is already contained in
other tables but in this case I can't think of a way around it unless I
create an 'Adjustments' table that stores any changes to the 'default' data
and my 'Amount Payable' and 'Catering Numbers' reports calculate the
difference between the default and adjustments but that seems to be the long
way around....
I'm wondering if it's possible to store multiple fields of data from a
single lookup combo box on a data input form.
I'm familiar with how to populate form fields with 'reference/display' data
from a lookup but my issue is that I need the multiple look up data stored
rather than just 'displayed' for potential individual record adjustments.
I am creating an event registration database and need to track fees payable
and catering for each delegate for a multi day event involving several types
of registration (full, day only etc), involving up to 9 catering occassions
(tick boxes for a.m. refreshments, lunch and p.m. refrehsments for each day).
I managed to create a lookup that displayed the default values for fees and
catering attendance according to the parameters of the particular
registration type however couldn't then make adjustments to individual
records eg delegate 'A' advises they can't attend lunch on day 2 so I need to
make an adjustment to their registration record accordingly in order to
ensure my catering numbers report remains accurate.
Any help/suggestions gratefully accepted as I've been searching
forums/advice sites for hours and all seem to lead back to the same solution
- that there should be no need to 'store' data that is already contained in
other tables but in this case I can't think of a way around it unless I
create an 'Adjustments' table that stores any changes to the 'default' data
and my 'Amount Payable' and 'Catering Numbers' reports calculate the
difference between the default and adjustments but that seems to be the long
way around....