pls how do i delete a column that has data in datasheet view of a form. Thanks
M make a VBA to export pivot chart to word Sep 7, 2005 #1 pls how do i delete a column that has data in datasheet view of a form. Thanks
O Ofer 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.