I have looked at several suggested solutions, none of which work, I think because windows has changed over the past few years. Seems like it should be simple enough, but I can't make it work.  I've tried:
	
	
	
		
No Dice.
	
	
	
		
Tells me Copy isn't available now. Is there a reference that needs to be set?
 
		Code:
	
	
	me.CallNo.setfocus
docmd.runcommand accmdcopyNo Dice.
		Code:
	
	
	With DoCmd
.GoToControl "Social"
.RunCommand acCmdCopy
End WithTells me Copy isn't available now. Is there a reference that needs to be set?
 
	 
 
		 
 
		 
 
		 
 
		 
 
		