G
Guest
How can prevent the user from altering the data (under lying table data) in drop downs? This has been a cause of frustration for some time now
I've done the following to
Private Sub Form_BeforeUpdate(Cancel as Integer
If Me!cboShift & "" = "" The
MsgBox "Please select a value from This Combo", vbOKOnl
Me!cboShift.SetFocu
Cancel = Tru
End I
End Su
But here, I get a cannot use set focus to control in the beforeUpdate error. Any ideas??????? HELP!
I've done the following to
Private Sub Form_BeforeUpdate(Cancel as Integer
If Me!cboShift & "" = "" The
MsgBox "Please select a value from This Combo", vbOKOnl
Me!cboShift.SetFocu
Cancel = Tru
End I
End Su
But here, I get a cannot use set focus to control in the beforeUpdate error. Any ideas??????? HELP!