frankbutcher
Registered User.
- Local time
- Today, 19:22
- Joined
- Aug 6, 2004
- Messages
- 192
Hi
I have a form linked to a table (via a query) with a "diarydate" field. When I double clickon the field on the form, it opens a calendar, I double click on a date and it adds it into the field.
This works fine, but it will only add the date into the table once I go to the next record and then go back to the original record.
What I am trying to acheive , once I have added the date, is to run an Append Query to put the date into another table, but I can only do this once it has been added into the table.
I have tried Docmd.Save but this doesn't seem to work.
Docmd.Requery works, but then the form goes back to the 1st record, which mnay not be the one I am on.
Hope this makes sense.
Thanks.
Frank.
I have a form linked to a table (via a query) with a "diarydate" field. When I double clickon the field on the form, it opens a calendar, I double click on a date and it adds it into the field.
This works fine, but it will only add the date into the table once I go to the next record and then go back to the original record.
What I am trying to acheive , once I have added the date, is to run an Append Query to put the date into another table, but I can only do this once it has been added into the table.
I have tried Docmd.Save but this doesn't seem to work.
Docmd.Requery works, but then the form goes back to the 1st record, which mnay not be the one I am on.
Hope this makes sense.
Thanks.
Frank.