Oh and..
To prevent running into an error in case of null values, I use another sub to delete tabledefs without records. All other records should have the the layerfield having at least 1 "_".
Thanks all.
Wow,
Thanks TheIceMan1,
Here's syntax I use now. Il'l do some more testing, but it seems to do the trick.
'OLD only works from within ACCESS
'sql = "UPDATE " & t & " SET " & t & ".SORT = IIf(InStr([LAYER]," & Chr(34) & "_" & Chr(34) & ")>1 And InStrRev([LAYER]," & Chr(34) & "_" & Chr(34) &...
Hi All,
I have a python script that generates an access mdb with tables. These tables need some serious reformatting. I used to import a module by hand and run some macro's to do the job.
Now I try to migrate this module to the software(Esri ArcGIS) from where the python script is run. Now I'm...
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.