Ben_Entrew
Registered User.
- Local time
- Today, 14:53
- Joined
- Dec 3, 2013
- Messages
- 177
Dear all,
I got the following issue:
I imported a Table named Temp with a Import Button.
During the import I asked the USER to give also a reporting month as a variable MyValue (String). Data Table has a blank column named reporting month.
How can I fill this column in this table Temp out of the Standard Module ?
I try the following:
DoCmd.RunSQL "UPDATE Form_Data Import_Temp.[Reporting_Month] SET temp.[Reporting_Month] = MyValue "
My Form Module is called Form_Data Import
I set the My Value as Public String Variable in the Standard Module with the name Data Changes.
Thanks in advance guys.
I got the following issue:
I imported a Table named Temp with a Import Button.
During the import I asked the USER to give also a reporting month as a variable MyValue (String). Data Table has a blank column named reporting month.
How can I fill this column in this table Temp out of the Standard Module ?
I try the following:
DoCmd.RunSQL "UPDATE Form_Data Import_Temp.[Reporting_Month] SET temp.[Reporting_Month] = MyValue "
My Form Module is called Form_Data Import
I set the My Value as Public String Variable in the Standard Module with the name Data Changes.
Thanks in advance guys.