Filed Settings in Datasheet View

T

Tim J

I am wondering how to set column widths and visibility
options for form fields in datasheet view.

TIA, TimJ
 
D

Damiaan

go to design view of the form
on the onCurrent event do the following:

me.txtMyField.columnwidth = 120
 
Top