ใช่ครับ กด enter ให้ กลับเป็น detail_goods
code ที่ใช้ตอนนี้เป็นของ อจ
Private Sub detail_goods_DblClick(Cancel As Integer)
Me.other_detail.Visible = True
Me.other_detail.SetFocus
Me.detail_goods.Visible = False
End Sub
Private Sub Report_Load()
Me.detail_goods.Visible = True
Me.other_detail.Visible = False
End Sub