Ok, I got this to work in a simple test database.
First, I created a query on the table that pulls out the names. Then I set
my combo box to be based on that query. Then I made a macro: the action is
"Requery", and in the Control Name field at the bottom I put "names" - the
name of the field in the query with all the names. After that, I went to the
form that holds the combo box, and opened its property sheet. For the "On
Current" field [first one actually] I selected my macro - "requery", and that
was basically it.
Now I can enter a new name into the combo box, and it will be available for
the next new record.
"Niniel" wrote:
> You could try to use "Requery Action" - look up the details in Help. If that
> works manually, it can probably be automated, too. But you'll need a more
> experienced person to help you with that, I'm afraid.
>
> Good luck.
>
> "Annemarie" wrote:
>
> > Yes
> >
> >
> >
> > "Niniel" wrote:
> >
> > > You mean "Jim Bob" is a name that is not yet in a list of names that the
> > > combo box could look up, but rather a new name that you would like to add to
> > > such a list?
> > >
> > > "Annemarie" wrote:
> > >
> > > > How can I create a combo box where I can enter in data and have it save the
> > > > data I entered for later use? For example. I have a "requested by" field. I
> > > > want to enter in Jim Bob, and have it remember Jim Bob so when I need to use
> > > > that name again, it is already avalable?
|