G
Guest
I am trying to develop the follow and am struggling with the dates - can
someone help please.
Date is to be input by user in dd.mm.yy format - ok using Input mask on
input field on form but how do I code the VB behing my form to set up the
field in the table to store it in this format? Is this possible?
At the moment I either get datatype mismatch or the date stores itself as a
default, completely wrong date.
I've tried using Format(datestring, "dd.mm.yy) which when I run it as a
function with a hard coded date displays what I want but I can transfer that
in to the context I need.
I have set up a Custom format for the table and some other forms that I am
displying these dates on but my problem is getting them into the table in the
first place via the input form.
someone help please.
Date is to be input by user in dd.mm.yy format - ok using Input mask on
input field on form but how do I code the VB behing my form to set up the
field in the table to store it in this format? Is this possible?
At the moment I either get datatype mismatch or the date stores itself as a
default, completely wrong date.
I've tried using Format(datestring, "dd.mm.yy) which when I run it as a
function with a hard coded date displays what I want but I can transfer that
in to the context I need.
I have set up a Custom format for the table and some other forms that I am
displying these dates on but my problem is getting them into the table in the
first place via the input form.