how to delete a column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

pls how do i delete a column that has data in datasheet view of a form. Thanks
 
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.
 

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

Back
Top