Exporting captions and names to a table

P

Pul5e

Hi!

I want to export all captions and names of cmdButtons, Labels, Forms of
entire database to table tblCaptions (fields: Caption_id (avtonumber),
Cap_ToolName, Cap_SLO) with a command button.
Can this be done? Does anyone know write a code behind cmdButton would be
like?

Thanks in advance!
 
Top