Function GenerUpdate tmp entry: Difference between revisions

Created page with "Sub in _Unique_CCMDB module that is used to add or update [[Tmp Project entries . {{DISPLAYTITLE:_Global module}} This module contains some code that is the same in Centralized data front end.accdb and CCMDB.accdb. There is a [https://github.com/squirrelslair/CCMDB/blob/main/_Global.bas branch] for this in the Git repository but the general change log is at Log and CFE Log. == Details == Exposes the following functions used by CCMDB.accdb:..."
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Sub in [[_Unique_CCMDB module]] that is used to add or update [[Tmp Project entries .
{{DISPLAYTITLE:Function GenerUpdate_tmp_entry}}The {{PAGENAME}} in [[_Unique_CCMDB module]] in [[CCMDB.mdb]] is used in the [[Automatic Generation of TMP entries]] in the [[L TmpV2 table]] to facilitate [[Tmp Project Collection]] of data under the [[Entity–attribute–value model of the L Tmp V2 table]].
 
{{DISPLAYTITLE:_Global module}}
This module contains some code that is the same in [[Centralized data front end.accdb]] and [[CCMDB.accdb]].
 
There is a [https://github.com/squirrelslair/CCMDB/blob/main/_Global.bas branch] for this in the [[Git repository]] but the general change log is at [[Log]] and [[CFE Log]].
 
== Details ==
Exposes the following functions used by [[CCMDB.accdb]]:
 
 


It is invoked from VBA to add or update data in the [[L TmpV2 table]] as an alternative or automation/facilitation for [[Tmp Project Collection]].


== Related articles ==
{{Related Articles}}


[[Category:CCMDB.accdb]]
[[Category:CCMDB.accdb]]
[[Category:Tmp Project Infrastructure]]