Easy (NOT)
==========================================================
Option Compare Database
Option Explicit
Function fConcatChild(strChildTable As String, _
strIDName As String, _
strFldConcat As String, _
strIDType As String, _...
I didn't write this but it works; it needs a table to store the log:
==========================================================
Option Compare Database 'Use database order for string comparisons
Option Explicit
Const ahtcLogAdd = 1
Const ahtcLogUpdate = 2
Const ahtcLogDelete = 3
Function...
Has anyone managed to handle recurring events (bills, appointments etc.) in Access WITHOUT using the Outlook object model. I am developing an application for users who do not want outlook on their PCs.<br><br>It would be useful if I could generate a table/spreadsheet of future events either en...
If you only need to run this code for records that have changed you could implement it at the form level. It would then only need to run once for each changed record.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.