Taff
Registered User.
- Local time
- Today, 19:15
- Joined
- Feb 3, 2004
- Messages
- 158
I have a form with a command button that exports a text file. On the OnClick Event of the command button i have the following:-
DoCmd.RunSQL "UPDATE [Award Dataset] SET [Award Dataset].[Export_Date] = Format(Now(),"dd/mm/yyyy")"
I have another table called [ExportstoElwa] which has a field called [Export_Date] also.
What i would like to happen is when i click a different Command Button it deletes all the [Export_Date] dates from the Award Dataset that are equal to those of the [ExportstoElwa].[Export_Date].
Any ideas?
Thanks in Advance All.
Anthony
DoCmd.RunSQL "UPDATE [Award Dataset] SET [Award Dataset].[Export_Date] = Format(Now(),"dd/mm/yyyy")"
I have another table called [ExportstoElwa] which has a field called [Export_Date] also.
What i would like to happen is when i click a different Command Button it deletes all the [Export_Date] dates from the Award Dataset that are equal to those of the [ExportstoElwa].[Export_Date].
Any ideas?
Thanks in Advance All.
Anthony