Requested CCMDB changes for the next version: Difference between revisions
Ttenbergen (talk | contribs) |
Ttenbergen (talk | contribs) |
||
| Line 59: | Line 59: | ||
Need a wayto make changes to data that is stored in \ccmdb_data\ccmdb.mdb, such as adding room numbers. By Access design, \ccmdb_program\ccmdb.mdb can not touch a linked table's structure. Will need to copy down new data structure and transfer existing data into that. This gives the opportunity to rename the data version into something less ambiguous. | Need a wayto make changes to data that is stored in \ccmdb_data\ccmdb.mdb, such as adding room numbers. By Access design, \ccmdb_program\ccmdb.mdb can not touch a linked table's structure. Will need to copy down new data structure and transfer existing data into that. This gives the opportunity to rename the data version into something less ambiguous. | ||
If it is renamed, I'll also need to change news and backup file. | If it is renamed, I'll also need to change news and backup file. | ||
==== Data changes ==== | |||
When the trick to change the local data is figured out, do the following: | |||
* why is the DOB defaulted to today? | |||
* add a field for room number to list | |||
* store the ABG calculation table locally | |||
-------------------------------------- | -------------------------------------- | ||
=== Viewer === | === Viewer === | ||