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