C
Charles W. Stricklin
Suppose I have a table named 'customers' containing a field named
'custName'. In that table/field I have the following values:
ACME brick
Joe's Crab Shack
ACME brick
Some Guy Printing
What I would like to accomplish is in the form have a combo box with the
following available choices, in order:
ACME brick
Joe's Crab Shack
Some Guy Printing
In other words, each unique customer name sorted alphabetically. If the
user views a record, the correct value is shown, if he/she creates a new
record and chooses one of the already used customer names that record
will contain the choice, or if he/she types a new customer name it is
used instead and added to the combo box for subsequent records.
Should someone help out with this? I have a lot of need for something
like this.
'custName'. In that table/field I have the following values:
ACME brick
Joe's Crab Shack
ACME brick
Some Guy Printing
What I would like to accomplish is in the form have a combo box with the
following available choices, in order:
ACME brick
Joe's Crab Shack
Some Guy Printing
In other words, each unique customer name sorted alphabetically. If the
user views a record, the correct value is shown, if he/she creates a new
record and chooses one of the already used customer names that record
will contain the choice, or if he/she types a new customer name it is
used instead and added to the combo box for subsequent records.
Should someone help out with this? I have a lot of need for something
like this.