M
Martin
In Access 2003 I have created a form with a number of fields. Some of
these fields limit the input by providing a drop down list which has
been created from fields in other tables and only items available in the
drop down are permissable. If a user is using the the
form and finds that a particular item is not available to them in the
drop down list I have created a button which, by way of a macro,
automatically opens another form to allow them to put in the information
that's missing.The form opens in 'add' mode only. For example I have
field called 'vendor' in my main form that gives a drop down of the all
vendors we use. If a particular vendor is missing the user can click on
the 'add new vendor' button and the 'new vendor' form opens for them to
populate.
Now comes my difficulty. If the user adds just one new vendor and closes
the 'add new vendor' form the new vendor appears in the drop down list
on the main form. However, if they add two or more vendors at a time or
go back into the 'add new vendor' form a second time, these additional
vendors do not appear in the drop down list on the main form. To make
them appear you need to close the main form and re-open it.
Any thoughts as to what is going on and how to correct this. I am a
self-taught novice so hopefully there is a fairly straightforward answer
to this.
these fields limit the input by providing a drop down list which has
been created from fields in other tables and only items available in the
drop down are permissable. If a user is using the the
form and finds that a particular item is not available to them in the
drop down list I have created a button which, by way of a macro,
automatically opens another form to allow them to put in the information
that's missing.The form opens in 'add' mode only. For example I have
field called 'vendor' in my main form that gives a drop down of the all
vendors we use. If a particular vendor is missing the user can click on
the 'add new vendor' button and the 'new vendor' form opens for them to
populate.
Now comes my difficulty. If the user adds just one new vendor and closes
the 'add new vendor' form the new vendor appears in the drop down list
on the main form. However, if they add two or more vendors at a time or
go back into the 'add new vendor' form a second time, these additional
vendors do not appear in the drop down list on the main form. To make
them appear you need to close the main form and re-open it.
Any thoughts as to what is going on and how to correct this. I am a
self-taught novice so hopefully there is a fairly straightforward answer
to this.