I Have a form with a button that allows the users to duplicate there records...
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 2, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 5, , acMenuVer70
Me![sampleno] = [sampleno] + 1
DoCmd.GoToRecord , , acLast
I have two fields that are date format. when i put a input mask on those two fields, they will not get copied to the next record. WHY???????
If I take the input mask off, it works fine.
Can anyone help with this?
Thanks
DVannoy
A+,Network+,CNA
dvannoy@onyxes.com
DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 2, , acMenuVer70
DoCmd.DoMenuItem acFormBar, acEditMenu, 5, , acMenuVer70
Me![sampleno] = [sampleno] + 1
DoCmd.GoToRecord , , acLast
I have two fields that are date format. when i put a input mask on those two fields, they will not get copied to the next record. WHY???????
If I take the input mask off, it works fine.
Can anyone help with this?
Thanks
DVannoy
A+,Network+,CNA
dvannoy@onyxes.com