2009年6月9日 星期二

MS Access Select List will actually update data

PROBLEM: Select List will change the value if set Control Source on Properties, or it will add a empty selection on the select list.
ANSWER:
1. Don't set anything on Control Source on Select List's properties.
2.
Private Sub Form_Load()
Me.Combo0.Requery
Me.Combo0 = Me.Combo0.ItemData(0)
End Sub

at 8/02/2006 02:35:00 AM 0 comments

沒有留言:

張貼留言