1
123
Thank you very much
I put this code in textbox before update to check if the content in the text
box is entered before ((Duplicated)) or NO and work correct I want to use
this code with current event in Data sheet form and this data sheet form
properties can't (add, delete) and this form is sub form in master form.. ok
My code Is:
If (DCount("*", "tblname", "fieldname= screen.activeform.controlname") >
0) Then
msgbox "this number is enter"
End If
this code not work with sub data sheet form ....
If you could edit this code to use with current or Conditional format..
thank you
I put this code in textbox before update to check if the content in the text
box is entered before ((Duplicated)) or NO and work correct I want to use
this code with current event in Data sheet form and this data sheet form
properties can't (add, delete) and this form is sub form in master form.. ok
My code Is:
If (DCount("*", "tblname", "fieldname= screen.activeform.controlname") >
0) Then
msgbox "this number is enter"
End If
this code not work with sub data sheet form ....
If you could edit this code to use with current or Conditional format..
thank you