Centralized data front end.accdb: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
Line 9: Line 9:
* commenting out checkers
* commenting out checkers
* changing the expected data structure
* changing the expected data structure
 
* converted to 2002 format at least
* did a compile on all the VB code


==== importing csvs ====
==== importing csvs ====

Revision as of 19:20, 7 November 2013

Access front end to connect to centralized_data.mdb to help with data processing tasks. As of 2013-08-12, this is in early development. Will need to work closely with main office to set this up to give best bang-for-buck to Pagasa.

Change Log

2013-11-04

just on my desktop for now...Ttenbergen 17:12, 2013 November 4 (CST)

  • changing default s_ table linkage to newly-setup copy in \Programs\centralized_reference so there will not be any accidental changes to Master. Ttenbergen 13:00, 2013 November 4 (CST)
  • imported Viewer form and sub-forms from CCMDB.mdbTtenbergen 15:59, 2013 November 7 (CST)
  • commenting out checkers
  • changing the expected data structure
  • converted to 2002 format at least
  • did a compile on all the VB code

importing csvs

  • problem importing csv files is with the date field... need to give it the right import specsTtenbergen 17:34, 2013 November 4 (CST)
    • brad will look into that one, in a different file.