I have a bit of a problem with unbounded fields...
Here's the situation, i have a form, which is being run by an SQL statement RecordSource. This form displays all retrieve records onto predefined text/combo box. Each record is displayed section by section. For ex. for record 1, i have a text box which displays "ID1" and a combo box which displays "Type1", then on the next section which is right below it, i have another section which displays record 2, which has "ID2" and "Type2" etc...
Now, the problem is i need to have the combo box "Type" as UNBOUND, containing a 'Value List' of say A,B,C only. But somehow i also need to initialize the value (which could be A,B,or C)of this combo box to whats being retrieve from the SQL. It should also be changeable to A, or B or C.
And of course, each "Type" will have a distinct value for each section.
Any help will be appreciated!
Here's the situation, i have a form, which is being run by an SQL statement RecordSource. This form displays all retrieve records onto predefined text/combo box. Each record is displayed section by section. For ex. for record 1, i have a text box which displays "ID1" and a combo box which displays "Type1", then on the next section which is right below it, i have another section which displays record 2, which has "ID2" and "Type2" etc...
Now, the problem is i need to have the combo box "Type" as UNBOUND, containing a 'Value List' of say A,B,C only. But somehow i also need to initialize the value (which could be A,B,or C)of this combo box to whats being retrieve from the SQL. It should also be changeable to A, or B or C.
And of course, each "Type" will have a distinct value for each section.
Any help will be appreciated!