I am trying to construct an analytical graph. Below is sample data
Name Monday Tuesday Wednesday Total
-------------------------------------------------
ABC 2 2 2 6
EFG 5 5 5 15
I am trying to make a Bar...
I am using Access vba. A text file is copied from the server to a network
drive.
What I am trying to do is copy this file form one folder to another.
Except when the file is copied to the destination, I also want to
include a date stamp in the file name.
Following is what I am using and it...
Hello there,
I have designed a database which opens in the compiled mode. Now when you press the shift key it will open in design mode.
I want to open in design mode with a batch file. I have tried the following code.
z:
CD\MED_SERVICE\Manpower
ManPower.mdb /x
It still opens in the compile...
Ok I got this to work sort of. Here is my revised code.
PARAMETERS [Forms]![Transaction Details]![cbo_client] Text ( 255 ), [Forms]![Transaction Details]![cbo_cont_num] Text ( 255 ), [Forms]![Transaction Details]![txt_start_date] DateTime, [Forms]![Transaction Details]![TXT_end_date] DateTime...
I have a crosstab query which is two joined tables giving a sum of hours worked.
Now on my form I want to be able to select certain fields for a criteria.
I want to search by
* Sold to Customer Name
* ContractStartDate (Greater than or equal to)
* ContractEndDate (Less than or equal to)
*...
Hello there.
I have a field of Hours and Minutes. I need to add them to get the total number of hours consumed. The hours fields I can add without any problems.
The minutes field I want to convert to hours. This is what I have
Minutes
-------
60
65
Total of this is 125 which is 2 hours and 5...
I have imported a large data file in to Access. I have a whole bunch of values for time. They are in a text format and I need to convert them to time.
Activity Start Time
083000
093200
090500
100500
092800
I need to get it into the following format.
8:30
9:32
9:05 and so forth
Is there a...
Hello all.
I have to do a bit of data cleaning.
Below is sample data.
CANON INC.CANON DIGITAL CAMERA SUPPORT LIBRARY V1.0.0.1
CANON INC.CANON DIGITAL CAMERA SUPPORT LIBRARY V3.6.0.0
CANON INC.CANON DIGITAL CAMERA SUPPORT LIBRARY V4.5.0.0
CANON INC.CANON DIGITAL CAMERA V1.0.0.19
CANON INC.CANON...
Hello all.
I have to do a bit of data cleaning.
Below is sample data.
CANON INC.CANON DIGITAL CAMERA SUPPORT LIBRARY V1.0.0.1
CANON INC.CANON DIGITAL CAMERA SUPPORT LIBRARY V3.6.0.0
CANON INC.CANON DIGITAL CAMERA SUPPORT LIBRARY V4.5.0.0
CANON INC.CANON DIGITAL CAMERA V1.0.0.19
CANON INC.CANON...
I think I got the SQL for this. This is what I put.
UPDATE tblToBill
SET new.FinalChargeRate = tblToBill.WaterRate * (new.Reading/old.Reading)
FROM tblToBill new, tblToBill old
WHERE new.[Unit Number] = old.[Unit Number]
AND new.ReadDate = old.ReadDate;
However I get this error:
"Syntax...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.