Copy field in form

Let me see your full code.

And how many of those Required fields do you have?
 
Let me see your full code.

And how many of those Required fields do you have?

Here is db again, I am not sure what You want to see

I didn't put in all places that I want, but at least 5
 

Attachments

I just want to see the code, not the db.
 
The full code you said didn't work?? Full code.


Private Sub Kopiranje_podataka_Click()
With DoCmd
.RunCommand acCmdSelectRecord
.RunCommand acCmdCopy
.GoToRecord , , acNewRec
Me.AllowEdits = True
.SetWarnings False
.RunCommand acCmdPaste
.SetWarnings True
Me.AllowEdits = False
Me.Datum_ugovora.Value = Null
Me.Od_kada_je_kod_nas.Value = Null

End With
End Sub
 
I know that I was hoping that you know how to validate a field but I will create a new thread
 
I know how but you need to ask this question in a new thread. This one is becoming too long and validation is not what this thread is about.
 

Users who are viewing this thread

Back
Top Bottom