G
Guest
Yet for some reason, I am having major problems with it. It has been a
while since I've created a DB from scratch, and it seems I've forgotten
everything I once knew.
Anyway, onto my problem....
I've got a form that I want to use for data entry. On this form, I have
two combo boxes (let's say one is for type of fruit, and the other is for
country of origin). The user will pull down on the first combo box and
select a fruit, and then pull down on the second box to select a country.
Once they have done that, they can then choose a from a variety of attibutes
(since I have many attributes, I've made them all yes/no radio buttons).
Anyway, once the user has selected all of the attributes for that fruit from
that country, they can progress onto other items or close the form.
The attributes for each fruit from each country will be stored in another
table, and the options being pulled down for each combo box are stored in
separate tables and sorted appropriately.
For some reason, nothing is working. I can pull down any combination of the
combo boxes, but the data is not being stored in the "final destination"
table. Any ideas? I know this is a simple problem, but I think I've
completely lost my mind looking at this problem.
Thanks,
while since I've created a DB from scratch, and it seems I've forgotten
everything I once knew.
Anyway, onto my problem....
I've got a form that I want to use for data entry. On this form, I have
two combo boxes (let's say one is for type of fruit, and the other is for
country of origin). The user will pull down on the first combo box and
select a fruit, and then pull down on the second box to select a country.
Once they have done that, they can then choose a from a variety of attibutes
(since I have many attributes, I've made them all yes/no radio buttons).
Anyway, once the user has selected all of the attributes for that fruit from
that country, they can progress onto other items or close the form.
The attributes for each fruit from each country will be stored in another
table, and the options being pulled down for each combo box are stored in
separate tables and sorted appropriately.
For some reason, nothing is working. I can pull down any combination of the
combo boxes, but the data is not being stored in the "final destination"
table. Any ideas? I know this is a simple problem, but I think I've
completely lost my mind looking at this problem.
Thanks,