I want to write block attribute values into an autocad drawing block by using a key number from one of the block attributes. This value is manually entered in each block in the drawing. The key number has a matching record in an access database and is unique in both the drawing and the database.
Once I find a key number match in the database, I want to then populate the rest of the block's attributes.
All of the names of the attributes in each block in the drawing have a matching field in the database I have created. I need to repeat this action on all blocks in the drawing. I wish to use vba in autocad to execute the action.
autocad2000i, access2002.
Thnks.
Once I find a key number match in the database, I want to then populate the rest of the block's attributes.
All of the names of the attributes in each block in the drawing have a matching field in the database I have created. I need to repeat this action on all blocks in the drawing. I wish to use vba in autocad to execute the action.
autocad2000i, access2002.
Thnks.