Microsoft Access z-index property
问题 I have a form including listboxes. I'm trying to change order of listboxes. I tried bring front or send back but they are not working in form view. I found z index property for arranging their priority. However, following codes are not working. Is this correct way to do it? Or is there any other way with or without codes to do this? Me.Controls.SetChildIndex (Me.List0 , Me.List1) Thanks for any help. 回答1: docmd.RunCommand acCmdDesignView forms("form1").Controls("text0").inselection=true docmd