Recent content by reginold15

  1. R

    Retreiving latest values

    I have a table Project. It has the following column: Project ID, projectName, UpdateTime The data in the table is as follows: 1, abc, 12-2-2009 01:10:00 1, abc, 12-2-2009 04:18:00 2, xyz, 17-7-2009 08:45:00 2, xyz, 17-7-2009 12:21:00 i want the result set to display the latest update...
  2. R

    Get Windows Version from MS Access 2007

    I have a table Project. It has the following column: Project ID, projectName, UpdateTime The data in the table is as follows: 1, abc, 12-2-2009 01:10:00 1, abc, 12-2-2009 04:18:00 2, xyz, 17-7-2009 08:45:00 2, xyz, 17-7-2009 12:21:00 i want the result set to display the latest update...
Back
Top Bottom