Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Data clean up

    Sorry, hope this is helpful. Thanks! 🙂

    CREATE TABLE #myTable
    (
    ID int,
    ITEM char(1),
    PCT int,
    BEGDT datetime,
    ENDDT datetime
    );

    INSERT INTO #myTable (ID, ITEM, PCT,...

  • RE: Data clean up

    Thanks for the reply Thom,

    Distinct won't work because I need to have the MIN of BEGDT and MAX of ENDDT for two contiguous date ranges. For example, on...

  • RE: .rdl opens to XML code. Need Report Layout view.

    I have the same problem. Created a few reports a couple weeks ago. Now when I open the project, file, solution, etc. the reports always open in xml view. How...

  • RE: import foxpro dbf

    Has anyone figured this out yet?

    If so, please give specific steps on how to do this.

    Thanks!

     

Viewing 4 posts - 1 through 4 (of 4 total)