V vbaInet AWF VIP Local time Today, 10:26 Joined Jan 22, 2010 Messages 26,328 Jul 8, 2014 #61 Let me see your full code. And how many of those Required fields do you have?
T Tragac011 Registered User. Local time Today, 02:26 Joined Mar 8, 2014 Messages 56 Jul 8, 2014 #62 vbaInet said: Let me see your full code. And how many of those Required fields do you have? Click to expand... 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 Golden.zip Golden.zip 806.6 KB · Views: 100
vbaInet said: Let me see your full code. And how many of those Required fields do you have? Click to expand... 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
V vbaInet AWF VIP Local time Today, 10:26 Joined Jan 22, 2010 Messages 26,328 Jul 8, 2014 #63 I just want to see the code, not the db.
T Tragac011 Registered User. Local time Today, 02:26 Joined Mar 8, 2014 Messages 56 Jul 8, 2014 #64 vbaInet said: I just want to see the code, not the db. Click to expand... Code of what? Form?
V vbaInet AWF VIP Local time Today, 10:26 Joined Jan 22, 2010 Messages 26,328 Jul 8, 2014 #65 The full code you said didn't work?? Full code.
T Tragac011 Registered User. Local time Today, 02:26 Joined Mar 8, 2014 Messages 56 Jul 8, 2014 #66 vbaInet said: The full code you said didn't work?? Full code. Click to expand... 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
vbaInet said: The full code you said didn't work?? Full code. Click to expand... 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
V vbaInet AWF VIP Local time Today, 10:26 Joined Jan 22, 2010 Messages 26,328 Jul 8, 2014 #67 Please next time you post code, use this: http://www.access-programmers.co.uk/forums/showthread.php?t=200247 You have to remove the Required property in the table and do it in code. You need to create a new thread and ask about how to validate a field.
Please next time you post code, use this: http://www.access-programmers.co.uk/forums/showthread.php?t=200247 You have to remove the Required property in the table and do it in code. You need to create a new thread and ask about how to validate a field.
T Tragac011 Registered User. Local time Today, 02:26 Joined Mar 8, 2014 Messages 56 Jul 8, 2014 #68 vbaInet said: Please next time you post code, use this: http://www.access-programmers.co.uk/forums/showthread.php?t=200247 You have to remove the Required property in the table and do it in code. You need to create a new thread and ask about how to validate a field. Click to expand... Ok How to do that?
vbaInet said: Please next time you post code, use this: http://www.access-programmers.co.uk/forums/showthread.php?t=200247 You have to remove the Required property in the table and do it in code. You need to create a new thread and ask about how to validate a field. Click to expand... Ok How to do that?
V vbaInet AWF VIP Local time Today, 10:26 Joined Jan 22, 2010 Messages 26,328 Jul 8, 2014 #69 How do you what? Remove the Required property?
T Tragac011 Registered User. Local time Today, 02:26 Joined Mar 8, 2014 Messages 56 Jul 8, 2014 #70 I know that I was hoping that you know how to validate a field but I will create a new thread
V vbaInet AWF VIP Local time Today, 10:26 Joined Jan 22, 2010 Messages 26,328 Jul 8, 2014 #71 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.
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.