<mx:ComboBox id="repeat_option_list" width="244"> <mx:ArrayCollection> <mx:Object data='NONE' label="Doesn't repeat" /> <mx:Object data='DAILY' label='Every day ...
Private Sub Form_Open(Cancel As Integer) Dim sql As String Dim rs As ADODB.Recordset Dim cn As ADODB.Connection ' Open the connection. Set cn = New ADODB.Connection With cn .Provider = ...