Hello,
I have a table that has up to 5 entries of the same Application number, with the Status changing on each one. What I'd like to do is get the highest number (last in the sequence) for each application number. Here's what the table looks like:
App Num Sequence Status EntryDate...
I have looked all over, and there is a ton of info on this, but I can't seem to get anything to work. I am trying to use this FAQ:
http://www.tek-tips.com/faqs.cfm?fid=4233
I have one table named Zip_Vert:
State Affiliate County Zip
PA PA-3 Allegheny 15227
PA...
I am trying to change the arrow cursor to an hourglass.
- The user clicks a button
- The onClick event (in C#) hits the server and takes about 8-10 seconds to query and populate the gridview. I would like the hourglass to show during this time.
All code is written in VS.NET 2005 with ASP.NET...
Hello,
I am trying to get the "Find and Replace" control (ctrl + f) to pop up when the user clicks on a command button. The button is embedded into an Excel workbook. I also would like the control to be opened with the options shown and the "Within" field to be selecting workbook.
I have...
Hello,
I am trying to get the "Find and Replace" control (ctrl + f) to pop up when the user clicks on a command button. The button is embedded into an Excel workbook. I also would like the control to be opened with the options shown and the "Within" field to be selecting workbook.
I have...
I am trying to import a pipe delimited text file into MS Access. The code that I am messing with is:
strPath = "C:\cooper.txt"
strTable = "PIPE"
DoCmd.RunSQL "DROP TABLE " & strTable
DoCmd.TransferText acImportDelim, , strTable, strPath
I'm not sure what to put for the first parameter of...
I am trying to change the color of certain rows using this formula in Basic Syntax (Crystal 10):
If {sp_rpt_Car5000Q;1.ConActive} = FALSE Then
formula = crRed
Else
formula = crBlack
End If
I have used this formula in other reports to change row colors and it has worked fine...
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.