Table Folder Column Folder

zezo2021

Member
Local time
Today, 11:42
Joined
Mar 25, 2021
Messages
415
Can I delete a column from the column folder or rename it from the column folder
Is this like delete or rename in the table design in SQL SERVER
 
Not sure what you mean by 'column folder'

You can delete a column (field) in design view
You can also do this in datasheet view if Enable design changes for tables in Datasheet view is ticked in Access Options | Current Database
 
Perhaps post some screenshots to clarify your question?
 

Attachments

  • nodes.png
    nodes.png
    7.3 KB · Views: 8
Are you talking about doing that in Access? Seems like you must be, because you can right-click and delete columns from tables in SQL Server if you wish. I don't think so. You'd have to open the table in design view and delete the columns.
 
You can't directly delete columns for linked tables from Access (other than by using DDL queries)
However, you can hide any linked table columns that you don't want to use in Access
 

Users who are viewing this thread

Back
Top Bottom