I have an AVI file in a powerpoint presentation. I'd like to add arrows. Is it possible to have the arrows continually appear on top of the AVI as it is playing? And if so, how can this be done. Thanks.
thread215-1347419
I am attempting to apply a gradient to a table cell's background using css, with repeat-y property.
The gradient image repeat for the height of the table but not smoothly from top to bottom. It breaks after it reaches the height of the image. How can make this work so that no...
Inherited this process
I have a form with 1 text field.
The button on the form runs a macro that does the following
- Opens a query
- Closes the query
- Transfers (exports) the data to excel
The query runs filtering on what is entered into the text field.
I have added a combo box to the...
Here's my table
id, parent_id, description
--------------------------
1 0 ABC
2 0 DEF
3 0 GHI
4 1 JKL
When retrieving my records how can I design the sql code to retrieve the data like so:
ID description child_id description...
I have a report based on a query with a text field whose control source property looks like the following:
=DSum("[Weekly Hours]","[PCW_BRONX]"," [Program] = 'SD'")
How can I have this print 0 if there is no data to calculate.
I'm trying to order the date of birth in descending order regardless of the year. Any tricks. I've trying creating a column of datatype int and store the concatenation of Month and day but that didn't work.
Thanks.
Using mySQL 4.0, I'm trying to retrieve birthdays between the beginning of the year to the present. This is what I've got. Is there a more elegant way of getting this info?
SELECT
c.lname
c.fname
c.datebirth
FROM cutomer c
WHERE (MONTH(c.datebirth) between...
Using mysql 4.0
I get the following error message
"Invalid Use of group function"
with the following code:
update custRP c, tbl_acctbal a
set c.rpBal = sum(a.currRPBAL)
where c.custid = a.custid
Why?
Using mysql 4.0, which doesn't support DATEDIFF
I'd like to compare two dates and check if the difference is 6 weeks or greater. How can I do this?
Thanks in advance.
bxgirl
I'm interested in getting the 1st day and last day of the previous month. Is there a function that does this or will I need a combination of functions?
Thanks.
Using VB 6, mysql 4
Changing the height and font size of several buttons but some are not taking. The correct height and font size appear in the properties panel but when viewing, it's as if the properties were not change at all. Any reason why this may happen?
I have a simple table setup with a primary key whose dataType is set to autonumber. I simply open the table and each time I try to add a record, instead of the primary key incrementing it takes a preexisting id. So i can't add a new record. I notice a + sign to the right of the rows which my...
Using CR 7, mysql v.4
This is what my output looks like now
Customer Service Desc Service Date
---------------------------------------
Cust1 ServDesc1 12/2/05
Cust1 ServDesc2 12/2/05
Cust1 ServDesc3 12/15/05
What I'm trying to do is for the dates that are the...
Using CR7, mysql 4
I have a report that list customer packages based an a date range that a user provides. Customer packages have a BeginDate and EndDate which indicates when the package is valid.
Ex. user provides the following date range to run the report:
Start Date: 9/1/05
End Date...
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.