I'm really unsure about this one.
I want to populate a combo box with a default value if the user does not put one in. Problem is the bound column is record ID [column(0)], and this has no meaning given that the record ID is an autonumber. I want to default to a value in column(1).
cboCurrencyType
column(0) = recID
column(1) = cType
so...
col(0) col(1)
1 AUD
7 USD
5 NZD
11 JPY ... and so on.
Any ideas on this one?? I was thinking about itemdata(), but I dont know how to use it in this context.
thanks
L.
I want to populate a combo box with a default value if the user does not put one in. Problem is the bound column is record ID [column(0)], and this has no meaning given that the record ID is an autonumber. I want to default to a value in column(1).
cboCurrencyType
column(0) = recID
column(1) = cType
so...
col(0) col(1)
1 AUD
7 USD
5 NZD
11 JPY ... and so on.
Any ideas on this one?? I was thinking about itemdata(), but I dont know how to use it in this context.
thanks
L.