G
Guest
I have written the following:
[Form].[frmTranser].[ReceivedDate] = [Form].[frmInventory].[ReceivedDate]
It does not copy the date format (mm/dd/yyyy) with an input value of
00/00/0000;0;"_" properly.
Is there something I am doing wrong? I even tried the
Format$([ReceivedDate], "mm/dd/yyyy") and that did not work.
Any help would be greatly appreciated. Thank you in advance for any responses.
Rick
[Form].[frmTranser].[ReceivedDate] = [Form].[frmInventory].[ReceivedDate]
It does not copy the date format (mm/dd/yyyy) with an input value of
00/00/0000;0;"_" properly.
Is there something I am doing wrong? I even tried the
Format$([ReceivedDate], "mm/dd/yyyy") and that did not work.
Any help would be greatly appreciated. Thank you in advance for any responses.
Rick