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 SkipVought 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: *

  1. whodeycp

    Query Question

    Is it possible to have an expression in a query be equal to the current value from a textbox on an open form?
  2. whodeycp

    Order By Question

    That works great. Thanks Harley, I was stuck there.
  3. whodeycp

    Order By Question

    Is there a way to order by two fields descending in vba? i know that it is possible for ascending. Here is an example of what I am trying to do: If Me.OrderBy = "[Plan],[Year]" Then Me.OrderBy = "[Plan],[Year] DESC" Else Me.OrderBy = "[Plan],[Year]" End If...
  4. whodeycp

    Popup Windows

    How do I display a popup window at certain times of the day? I created a webpage to use as a digital sign and I am displaying it using the kiosk mode in IE. I created a popup window that displays a a video that closes at the end of the video. The client only wants it to play around lunch time...
  5. whodeycp

    Stock Ticker Question

    Eastern Time
  6. whodeycp

    Please Help!

    I will look into that. I am trying to keep the scrolling stock ticker going. I want to keep the page up and running but I just want to find some way to keep the javascript code that deals with refresh to stop at those time periods. Do you think that the interval will work?
  7. whodeycp

    Please Help!

    No I am relatively new to javascript and have not heard of setInterval or clearInterval.
  8. whodeycp

    Please Help!

    I have a XHTML page that I am using for a digital signage display. I have flash content with a stock and weather feed on the page. I am bringing the stock and weather feed in using an iFrame so I can have those sections refresh every half an hour. I want to be able to disable the stock from...
  9. whodeycp

    Stock Ticker Question

    I have a XHTML page that I am using for a digital signage display. I have flash content with a stock and weather feed on the page. I am bringing the stock and weather feed in using an iFrame so I can have those sections refresh every half an hour. I want to be able to disable the stock from...
  10. whodeycp

    XSL: Filter for Current Date

    I have set up a webpage to display current conference room scheduling on a digital sign using XML data to load into the webpage using XSL. I want to be able to filter the XML entering the webpage by the StartDate that is specified in the XML by using the system current date. Does anyone have any...
  11. whodeycp

    How do I get the value of a combo box into a crosstab query?

    I have a form that is using a combo box to select a year that they want to start a report and will take that year and the next four years as well. Well I want to take the value that is selected in the combo box and use it in a crosstab query. I have never really used crosstabs before and it...
  12. whodeycp

    [b]Print multiple reports using form[/b]

    I have set up this form for previewing reports based on a value that is selected in a combo box. The value is being passed through a paremeter query which will produce the report. I need to be able to produce 4 additional reports based on the number selected. For example, say the user chooses...
  13. whodeycp

    Need to populate several textboxes by using an onclick event

    My first tab that I am using is to display all the information that is in the record. I have set the subform to display continuous forms so it shows all of my records. This tab is used for the user to look at all the records and be able to find which one they need to modify. So when they find...
  14. whodeycp

    Need to populate several textboxes by using an onclick event

    I am using a tab control in my form and I have a subform in the first tab displaying the records from my query. I need to be able to click in a textbox in this form and be able to populate several textboxes in the next tab from the information in this record. I have been trying some different...

Part and Inventory Search

Back
Top