Where does access store custom templates for report labels

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created some custom templates forlabels that we have, they work fine as
long as I am printing the report from my computer. If I go to anyother
computer the custom labels do not show up. It seems these custom labels are
stored on my computer and are not part of the dababase. How do I make them
part of the database so everyone can access them?
 
Try the tables "mlbl_tblLabelSizes" or "mlbl_tblUserSizes" in:
C:\Documents and Settings\## Your Profile Here ##\Application
Data\Microsoft\Access\ACWZUSRT.MDT
This folder name may vary and it is probably hidden.
 
I found the reports in mlbl_tblUserSizes. But where can I place this table
so everyone has access to them, other than exporting the table to every
computer on the network?
 
I think you would need to write code for each user to append a record to the
table in their profile's mdt file.
 
Back
Top