Refresh Records

G

Guest

I have a form which is used for data entry on one table. One of the fields
in the table is "audit frequency" and is a value list with the following
values, "annual", "quarterly", "monthly" etc. etc. The form contains a combo
box so that the user can click on the drop down and select the frequency.
Simple enough. Here is my problem...when I go into the table and add or
delete items in the value list, the changes are not reflected in the form the
next time I open it up. What am I doing wrong?
Thanks for your help and thanks to John Vinson who helped me out earlier in
the week, I really appreciate the feedback I get from the people on this site.
 
G

Guest

Make sure your combo box is based off that table an not a value list. Also,
make sure you are using the same table that is being updated. I have seen it
before that a table resided on the front end, not the backend and when the
table was updated by one workstation, the other workstations were not getting
the updates. All the other tables were linked correctly so they did not
realize the problem.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top