I have an access database that we have forms that we input data that we use to address customers. One of the question is can ArcMap have an ability to create a form maybe attach to a point layer. Any suggestions would this be done through python. Any help much appreciate or what are my options.
You could also try building the form using Tkinter. You need to import tkinter into your python code before using. There is sample code around that ESRI has developed showing scroll boxes, pick lists, etc.
You should be able to drill down even farther to the actual form objects... for example, interactively populate the form's lat/long info. It works just like VBA once you have a COM hook into the objAccess.