Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bxgirl
  • Content: Threads
  • Order by date
  1. bxgirl

    Powerpoint Objects and AVI

    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.
  2. bxgirl

    Gradient in table background

    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...
  3. bxgirl

    Dial up Network Connection

    I have a dial up network connection. Is there a way to call this dial up connection through code, maybe using a dos batch file?
  4. bxgirl

    HTML Email

    Can anyone direct me to a good tutorial on how to get started without using third party vendors like constant contact.
  5. bxgirl

    Filtering in query design view

    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...
  6. bxgirl

    DTS - import into Excel

    I have a DTS package that imports data into an Excel spreadsheet. Each time it appends to the file. I'd like it to overwrite. How can I do this?
  7. bxgirl

    self join

    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...
  8. bxgirl

    Link to SQL Server view

    Is it possible to link Access 2000 to SQL server views?
  9. bxgirl

    DSUM

    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.
  10. bxgirl

    Import Specification

    My import runs in a macro using TransferText as the action. How can I edit the import specification to include more fields?
  11. bxgirl

    Date of Birth

    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.
  12. bxgirl

    DOS Batch parameter

    I need to create a batch file that accepts user input (asking for a filename) Or can you direct me to some primers on dos batch files. Thanks.
  13. bxgirl

    Birthdays

    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...
  14. bxgirl

    Invalid Use of group function

    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?
  15. bxgirl

    Compare Dates

    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
  16. bxgirl

    Date Function

    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.
  17. bxgirl

    Height & Font properties

    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?
  18. bxgirl

    Can't add record into table

    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...
  19. bxgirl

    Global Variables

    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...
  20. bxgirl

    Date range logic CR7

    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...

Part and Inventory Search

Back
Top