TecknoFreak
Member
- Local time
 - Today, 06:28
 
- Joined
 - Dec 21, 2021
 
- Messages
 - 57
 
Great, I will try later tonight as soon I can and report back. TY soo muchOkay, I just read through the posts. Are those two separate procedures populating an open form? If so, you should be able to refer to their values from your code by using a form reference. For example:
Hope that helps...Code:& "Total QTY of Edges: <U>" & Forms!FormName.WSToEd.Value & "</U><br>" _