D
Dan Thomson
I figured out how to create a new field using .CreateField
But this doesn't appear to allow me to set various attributes/properties
other than type and length.
Can someone point me in the right direction on how to create a new field
with the following characteristics:
Display Control: Combo Box
Row Source Type: Table/Query
Row Source: Select * FROM tblBogusName;
Bound Column: 1
Column Count: 2
Column Widths: 0";1"
List Width: 1"
Limit To List: Yes
I'm trying to develop something that will work in all Access versions from
Access 2000 to current.
Thanks,
Dan
But this doesn't appear to allow me to set various attributes/properties
other than type and length.
Can someone point me in the right direction on how to create a new field
with the following characteristics:
Display Control: Combo Box
Row Source Type: Table/Query
Row Source: Select * FROM tblBogusName;
Bound Column: 1
Column Count: 2
Column Widths: 0";1"
List Width: 1"
Limit To List: Yes
I'm trying to develop something that will work in all Access versions from
Access 2000 to current.
Thanks,
Dan