P
Phlip
Newsgroupies:
Access makes binding controls to SQL Select statements so easy, that one
might as well write a complex Select statement rather than write VBA code to
back up a control.
So given Table X with fields Fruit, Fish, and Fur, I want a list box
containing this:
Apple
Ferret
Mahi-Mahi
Orange
Perch
Puppies
The one list box mixed together data from three columns in one table. Is
such a SQL statement even possible?
Access makes binding controls to SQL Select statements so easy, that one
might as well write a complex Select statement rather than write VBA code to
back up a control.
So given Table X with fields Fruit, Fish, and Fur, I want a list box
containing this:
Apple
Ferret
Mahi-Mahi
Orange
Perch
Puppies
The one list box mixed together data from three columns in one table. Is
such a SQL statement even possible?