I can use the following connection string to write to all fields but not the field [Actions Taken] field that is Append Only with Versioning turned on:
Dim cn As ADODB.Connection
Dim rs As ADODB.Recordset
Set cn = Application.CurrentProject.Connection
Set rs = New ADODB.Recordset
Dim strRS As...
I have a large number of files that are named abc_page1, abc_page2 and I need them be be named abc_page001, abc_page002, etc.
Does anyone have an example?...JD
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.