Private Sub Form_Load() If Me.OpenArgs = "GotoNew" And Not IsNull(Me![顧客ID]) Then DoCmd.DoMenuItem acFormBar, 3, 0, , acMenuVer70 End If End Sub