I am having a problem with continous forms and using List boxes in Access 97. (I need to display in Continous Forms)
Access 97 does not allow a Sub-form in a continous form.
I am using a continous form to display all of my records and then a listbox that displays any 'codes' that are tied to the existing record. The problem that I am having is that all the list boxes on all of the records display whatever my current records list box data should be.
For example if I have 4 records: Orange, Apple, Grape, Bannana. The listbox for each record should list the Color.
I am expecting to see:
Orange - orange
Apple - red
Grape - green
Bannana - yellow
Instead - when I am on record Orange this is what I see:
Orange - orange
Apple - orange
Grape - orange
Bannana - orange
Then when I select the Apple record all list boxes display 'red'.
Each Record has a unique Record Number and the listbox is tied to the unique number in the bound column of the listbox. (if I switch to regular form mode everything works fine.) Is there a better way to do this?
Any ideas?