Boatguyrookie
IS-IT--Management
I am simply trying to us a line of code
DoCmd.RunSQL "alter table tblphyinvrecords add column now() date"
To create a new column within this table with a label of the current system date.
That way each time someone inputs a daily cycle count it will record the counted number under the column of the day it was counted.
However it doesn't accept the "now()". Anyone have any ideas to make this happen?
DoCmd.RunSQL "alter table tblphyinvrecords add column now() date"
To create a new column within this table with a label of the current system date.
That way each time someone inputs a daily cycle count it will record the counted number under the column of the day it was counted.
However it doesn't accept the "now()". Anyone have any ideas to make this happen?