O
Old bloke
Ignore the first two paragraphs....(I just needed a whinge and my wife
doesn't care about such things!)
When I started with Access 2.0 this form and that form and normalization
didn't exist. I have been told that this is my answer but it all seems like
a complicated method of simply saying what I learned as "good design and
structure". (I feel sorry for the newbie's (normalization indeed! That's
barely a word.)
Since 2.0 through 97 and 2000 I have always stuck to what the access bibles
taught me which essentially was use as few tables as possible unless the
data is unrelated. In all the my builds this has always worked very well and
very quickly. But despite delving the depths of dde,api and dlls I now find
myself back at square one with a very simple design query.
The Issue>>>>
I have never had any requirement to utilize many-to-many relationships and
find that I must be missing the obvious as:
a. I cannot see the need for such complexity in this instance (regardless of
it being desirable,ideal etc.) and
b. Despite setting up all the tables and relationships as required I do not
get the results I need
I have a form based on a main table (detail not important)
I have a table that contains my products (only 12 I might add and this is
unlikely to go much higher)
Currently this also contains four other checkbox fields that indicate four
possible delivery options for any given product (allowing the end user to
change them from a simple form, individual products have a very varied
number selected)
All I want to do is to fill a combo with the available delivery options
after the user has selected the product in from previous combo. I can see
ways of doing this using code but despite creating the following
table: products
table: delivery options
table: combining table
and assigning all the relationships and keys as per a hundred examples I
fail to see how this can help me achieve the goal of returning several
records (the delivery options for display ion my combo) for any single
product.
Please help this old boy see the light! Any help much appreciated. Many
thanks.
doesn't care about such things!)
When I started with Access 2.0 this form and that form and normalization
didn't exist. I have been told that this is my answer but it all seems like
a complicated method of simply saying what I learned as "good design and
structure". (I feel sorry for the newbie's (normalization indeed! That's
barely a word.)
Since 2.0 through 97 and 2000 I have always stuck to what the access bibles
taught me which essentially was use as few tables as possible unless the
data is unrelated. In all the my builds this has always worked very well and
very quickly. But despite delving the depths of dde,api and dlls I now find
myself back at square one with a very simple design query.
The Issue>>>>
I have never had any requirement to utilize many-to-many relationships and
find that I must be missing the obvious as:
a. I cannot see the need for such complexity in this instance (regardless of
it being desirable,ideal etc.) and
b. Despite setting up all the tables and relationships as required I do not
get the results I need
I have a form based on a main table (detail not important)
I have a table that contains my products (only 12 I might add and this is
unlikely to go much higher)
Currently this also contains four other checkbox fields that indicate four
possible delivery options for any given product (allowing the end user to
change them from a simple form, individual products have a very varied
number selected)
All I want to do is to fill a combo with the available delivery options
after the user has selected the product in from previous combo. I can see
ways of doing this using code but despite creating the following
table: products
table: delivery options
table: combining table
and assigning all the relationships and keys as per a hundred examples I
fail to see how this can help me achieve the goal of returning several
records (the delivery options for display ion my combo) for any single
product.
Please help this old boy see the light! Any help much appreciated. Many
thanks.