单项选择题

在文本框中要显示当前表中的"姓名"字段,应设置()

A.Text1.Value=姓名
B.Text1.ControlSource=姓名
C.Text1.Value="姓名"
D.Text1.ControlSource="姓名"