Hey all, I have a form that is bound to a table called "mytable"
I have a second table called "lastsent", In here i have two columns PersonName and SentLast.
The form contains a combo box with all the employee names and when a name is chosen from the dropdown, the after update runs a query that simply filters the employee name and its associated SentLast date.
I have manually entered the SentLast dates for my employees in the table in short date format.
When an employee is chosen from the combo dropdown, a textbox on the form states "The schedule was last sent on..... " then i have a dlookup that looks up the date last sent. All this works ok!
Now heres the problem.
When i hit the save button on the form, I want to know the simplest way to write the current date into SentLast for the current filtered employee.
Thankyou for any suggestions!
I have a second table called "lastsent", In here i have two columns PersonName and SentLast.
The form contains a combo box with all the employee names and when a name is chosen from the dropdown, the after update runs a query that simply filters the employee name and its associated SentLast date.
I have manually entered the SentLast dates for my employees in the table in short date format.
When an employee is chosen from the combo dropdown, a textbox on the form states "The schedule was last sent on..... " then i have a dlookup that looks up the date last sent. All this works ok!
Now heres the problem.
When i hit the save button on the form, I want to know the simplest way to write the current date into SentLast for the current filtered employee.
Thankyou for any suggestions!