A
aputt
Whenever a user makes a change to a record in the
database, I capture the user's login name from the OS and
also the date. I then use combo boxes 1 of which displays
the users and another one that displays the dates. The
because of the dates being stored in the table as data and
time I get numerous date entries in my combo box using the
SELECT DISTINCT. How can I have the date saved in the
table with only the date portion withour using an update
query?
I want to use the date and user name to generate a report
of changes that were made. Of course the date portion in
the query does not work because of the date and time in
the table.
database, I capture the user's login name from the OS and
also the date. I then use combo boxes 1 of which displays
the users and another one that displays the dates. The
because of the dates being stored in the table as data and
time I get numerous date entries in my combo box using the
SELECT DISTINCT. How can I have the date saved in the
table with only the date portion withour using an update
query?
I want to use the date and user name to generate a report
of changes that were made. Of course the date portion in
the query does not work because of the date and time in
the table.