K
kay
I don’t know what I am looking for is possible or not…
I have table CustTracking: Fields – CustID, Exc_ID, AssignedDept,
AssignedUser, EmpIDCreated, EmpIDUpdated, Comments, FollowupDt, DateCreated,
DateLastUpdated
From above fields, some fields will be entered by user, but fields –
EmpIDCreated, EmpIDUpdated, DateCreated & DateLastUpdated will be updated
automatically.
I want to create forms from this table to add and edit data but for these
fields (EmpIDCreated, EmpIDUpdated, DateCreated & DateLastUpdated) I have no
idea about how to write the code for this.
This forms opens when login is successful. So
I can explain the logic:
EmpIDCreated: When Emp Log on to this form and enter new item first time,
that EmpID should be stored in this field.
EmpIDUpdated: When Emp changes/edit the item, and who edits last time, this
field should save log on user id
DateCreated: when the item is first time created (should update from
systemdate)
DateLastUpdated: date when the item is lastupdated (should update from
systemdate)
Thanks,
I have table CustTracking: Fields – CustID, Exc_ID, AssignedDept,
AssignedUser, EmpIDCreated, EmpIDUpdated, Comments, FollowupDt, DateCreated,
DateLastUpdated
From above fields, some fields will be entered by user, but fields –
EmpIDCreated, EmpIDUpdated, DateCreated & DateLastUpdated will be updated
automatically.
I want to create forms from this table to add and edit data but for these
fields (EmpIDCreated, EmpIDUpdated, DateCreated & DateLastUpdated) I have no
idea about how to write the code for this.
This forms opens when login is successful. So
I can explain the logic:
EmpIDCreated: When Emp Log on to this form and enter new item first time,
that EmpID should be stored in this field.
EmpIDUpdated: When Emp changes/edit the item, and who edits last time, this
field should save log on user id
DateCreated: when the item is first time created (should update from
systemdate)
DateLastUpdated: date when the item is lastupdated (should update from
systemdate)
Thanks,