how to delete a column

  • Thread starter make a VBA to export pivot chart to word
  • Start date
M

make a VBA to export pivot chart to word

pls how do i delete a column that has data in datasheet view of a form. Thanks
 
O

Ofer

Do you want to delete the values from this column?
Then create an update query that will delete all the values and the refresh
the form
Me.Requery


Do you want to remove this column from so it wont be displayed in the form?
Open the form in design view, and remove the field.
 
Top