You mean to have a combo box without a relation to a field?
Then the reply is Yes, you can have such. Create a textbox on the form, set as Source a variable of the type Option. Define this variable and put in the options you want to appear in the pop-up list under the OptionList in the properties of the variable.
If i try to create the combo box as a lookup on another table, does the other table have to have a single field priamry key, or can it be filtered / sorted based on a field in the current record.
Comments
Then the reply is Yes, you can have such. Create a textbox on the form, set as Source a variable of the type Option. Define this variable and put in the options you want to appear in the pop-up list under the OptionList in the properties of the variable.
John
If i try to create the combo box as a lookup on another table, does the other table have to have a single field priamry key, or can it be filtered / sorted based on a field in the current record.
bruce