scottappleford
Registered User.
- Local time
- Today, 22:50
- Joined
- Dec 10, 2002
- Messages
- 134
Hi
Ihave the following code
Private Sub QuauntityOut_Enter()
If IsNull(Me![EmployeeID]) Then
MsgBox "You must enter an employee and transaction type before you can book stock in or out"
Me.EmployeeID.SetFocus
End If
End Sub
I would like to add another control that If IsNull after the employeeid reference - how do i do this as i have tried but it is not working correctly?
Many Thanks
Scott
Ihave the following code
Private Sub QuauntityOut_Enter()
If IsNull(Me![EmployeeID]) Then
MsgBox "You must enter an employee and transaction type before you can book stock in or out"
Me.EmployeeID.SetFocus
End If
End Sub
I would like to add another control that If IsNull after the employeeid reference - how do i do this as i have tried but it is not working correctly?
Many Thanks
Scott