How to remove field from Field List?

liutofsik

New member
Local time
Today, 13:54
Joined
Oct 21, 2014
Messages
8
I had two fields in my table which I previously used in the form. I deleted the fields from the form itself but the fields are still listed under Field List and not even under any table...

Delete buttons doesn't work on it, and neither does backspace?
How do I remove it? Right click only gives me two options:

"Add Field to View" or "Edit Record Source" which returns an error saying this command cannot be used.
 

Attachments

  • accessscreenshot.png
    accessscreenshot.png
    4 KB · Views: 246
Go to your table and delete the field from there.
 
This problem is happening because I deleted the field from my table.
 
I just had the same problem.
Go to the form properties and delete the columns from the SQL code in Records Source
 
Welcome aboard:) The post you replied to is 9 years old but looks like it never got answered correctly so thanks.
 
I didn't even notice that.
I was just looking for a solution for the same problem LOL
 
I didn't even notice that.
I was just looking for a solution for the same problem LOL
Well it helped me just now. I had a combo box value list int he query that was causing multiple entries to appear in a form, and this just solved it. Thanks!
 

Users who are viewing this thread

Back
Top Bottom