G
Guest
I have been fighting with this for five days and am now at whits end.
Situation is that I am tyring to build a simple form from a linked Excel
spreadsheet which contains non-normalized data. The form is used only to
display data, no records should be added or updated by this form.
The driving force for form is the combo box which will display a select
distinct fieldX from the spreadsheet, then there is a second combo box for
listing all the values in fieldY for fieldX's value selected from the combo
box by the user. fieldY has NO duplicate values.
What I have been doing is building a select distinct query for fieldX, as
expected... but what I've been runnig into on almost all my attempts is that
once the combo box is dropped down, I can highlight a value but either I
cannot pick it, ie, the combo box does not close, or I end up creating a new
record. I was working with bound fields, but I am beginning to believe that
this is the source of my problem.
I've never experienced this type of issue before. Can anyone help me out,
please please?? I'm beginning to feel like a total idiot!
Situation is that I am tyring to build a simple form from a linked Excel
spreadsheet which contains non-normalized data. The form is used only to
display data, no records should be added or updated by this form.
The driving force for form is the combo box which will display a select
distinct fieldX from the spreadsheet, then there is a second combo box for
listing all the values in fieldY for fieldX's value selected from the combo
box by the user. fieldY has NO duplicate values.
What I have been doing is building a select distinct query for fieldX, as
expected... but what I've been runnig into on almost all my attempts is that
once the combo box is dropped down, I can highlight a value but either I
cannot pick it, ie, the combo box does not close, or I end up creating a new
record. I was working with bound fields, but I am beginning to believe that
this is the source of my problem.
I've never experienced this type of issue before. Can anyone help me out,
please please?? I'm beginning to feel like a total idiot!