G Guest Sep 7, 2005 #1 pls how do i delete a column that has data in datasheet view of a form. Thanks
G Guest Sep 7, 2005 #2 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.
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.