Viewing 15 posts - 12,046 through 12,060 (of 13,876 total)
This is the way to calculate 'yesterday' in an Access query:
DateAdd("d",-1,Date())
May 26, 2010 at 4:26 am
Emma-239540 (5/24/2010)
RIGHT( @[User::lacarefilename] ,7 ) !="HFF.csv"
The package is not supposed to process because in that folder i only have...
May 24, 2010 at 3:16 pm
Glad it worked.
May 21, 2010 at 11:09 am
saidwarak01 (5/21/2010)
Hi Phil,The dos command is there in my first post inside the variable value DOSCMD.
please let me know if you need any other info.
Thanks
Sorry - I did not read...
May 21, 2010 at 11:06 am
Could you just divide it by 100?
May 21, 2010 at 9:07 am
saidwarak01 (5/21/2010)
Hi,First of all thanks for your reply. The process is not VB or C# program I am trying to execute the dos command inside EXECUTE PROCESS TASK.
Thanks in advance.
Which...
May 21, 2010 at 9:05 am
What is the data type, in Access, of the TIME column?
May 21, 2010 at 7:58 am
You can DEFINITELY use a WHERE clause in Access.
Try building the query in Access - might speed things up for you. When it's working, just grab the SQL and then...
May 21, 2010 at 7:49 am
da-zero (5/21/2010)
Phil Parkin (5/21/2010)
da-zero (5/21/2010)
May 21, 2010 at 7:42 am
There should be no space before 'TIME' in your query.
May 21, 2010 at 7:40 am
da-zero (5/21/2010)
May 21, 2010 at 7:14 am
getdate() is not a valid function in Access.
Try using Date() instead.
By the way, Select * is bad practice. It is better if you select all the fields explicitly by name....
May 21, 2010 at 7:13 am
Do this at source, if possible, by using a query instead of a table as your data source. Does that answer your question, or were you wondering how to write...
May 21, 2010 at 4:47 am
When I import dates held as strings, I usually put them in universal format (YYYY-MM-DD HH etc etc) via a derived column and then map them to the target field....
May 21, 2010 at 2:29 am
Viewing 15 posts - 12,046 through 12,060 (of 13,876 total)