In a form.....I am trying to actually get rid of two fields that show up
under "field list" that are no longer in my table. The help section says to
use the refresh command that is on the toolbar, but I can't find the icon
anywhere.
The problem shows up when I want to enter my form and it says "Enter
parameter value" for both of the fields that are no longer in the table. I
believe if I refresh the field list under "design view" that this problem
would go away.
I don't believe your previous solution would help me. I just need to find
the refresh icon on the toolbar, but it's not there!!! Please respond
again if you have a different idea. TIA
Ofer said:
Create a button on your form, and on the OnClick event of the button enter
the code
Me.[List box name].Requery
--
The next line is only relevant to Microsoft''s web-based interface users.
If I answered your question, please mark it as an answer. It''s useful to
know that my answer was helpful
HTH, good luck
:
I am trying to refresh the "field list" in a Access Form. I have searched
all over for the refresh command or button. It's not in any of the toolbars.
I know what it should look like, but don't see it. Please help.
Thanks.