C
Chris
Hello All, I have an unbound form and on my unbound form I have an unbound
combobox. The combobox recordsource is a table of client types
(tblClientType). I would like the combobox to have a default value to equal
"Ordinary" which has the pk 1.
tblClientType - CTID (AutoNum) (pk), client type (text)
1 Normal
2 Old
3 New
4 Returning
How do I do this?
combobox. The combobox recordsource is a table of client types
(tblClientType). I would like the combobox to have a default value to equal
"Ordinary" which has the pk 1.
tblClientType - CTID (AutoNum) (pk), client type (text)
1 Normal
2 Old
3 New
4 Returning
How do I do this?