L
LesG
I am TERRIBLE at loops etc and need some help please? I have a listbox
control with the following attributes:
Name: Flavours
Control Source: Flavours
Row Source Type = table
Row Source: SELECT Brands.BrandID, Brands.Brand FROM Brands;
Multi Select: Extended
The control source has a list of flavours such as Coca-Cola, Fanta, Sprite
etc. I want to be able to select multiple selections and store the multiple
selections in the control & underlying table... How would I could this
control with the following attributes:
Name: Flavours
Control Source: Flavours
Row Source Type = table
Row Source: SELECT Brands.BrandID, Brands.Brand FROM Brands;
Multi Select: Extended
The control source has a list of flavours such as Coca-Cola, Fanta, Sprite
etc. I want to be able to select multiple selections and store the multiple
selections in the control & underlying table... How would I could this