thanks you, i am running NX 8.5.3.3
well, before cowski pointed out this issue, i never realize it, the reason is i think:
at the time i write program in Visual Studio, i just import Access Object Library, and i can start to do some code....like this:
Dim DB As DAO.Database
Dim rec As DAO.Recordset
Dim wrkspc As DAO.Workspace
Set wrkspc = Access.DBEngine(0)
Set DB = wrkspc.OpenDatabase(AccessLoc.Value, False, True)
Now, i realize this is not enough, because the code i write in VS will be copied pasteed into Journal and run AND may be i will try to make it an EXE application at the very end. BUT,.....as you point out, i cannot imagine how difficult it will be
so far i am still in the proof of concept stage, the access database, more ore less, is just simple table containing text and data, NOTHING fancy...
I dont know how you people import data from which software? Excel? SQL? or something else?
================================
in terms of the notes on drawing, well, notes are spreaded out everywhere...... the only way i can think of is to give each notes a initial name so that it can match with the name in database, then, if matched, data can be imported....
cowski , as you saw befrore, i used AppendedText to identify dimension and that identification can match with the text name in CSV file so that tolerance number can be imported to the correct place....