mattstrachan
Registered User.
- Local time
- Today, 07:16
- Joined
- Feb 22, 2013
- Messages
- 31
Ok, great so now you have allowed me to get that line of code to work. Now I have a "item not found in this collection" error on the line:
Me.txtTablePercent2 = Rst!Fields!TablePercent
Rst!Fields!TablePercent is not found in the collection.
I simply removed the Fields! from the code and now everything is working great! So it reads
Me.txtTablePercent2 = Rst!TablePercent
Thanks again, you have been soooo helpful with these issues. I am fairly new to Access and your responses have allowed me to solve issues I am having with other code.
Me.txtTablePercent2 = Rst!Fields!TablePercent
Rst!Fields!TablePercent is not found in the collection.
I simply removed the Fields! from the code and now everything is working great! So it reads
Me.txtTablePercent2 = Rst!TablePercent
Thanks again, you have been soooo helpful with these issues. I am fairly new to Access and your responses have allowed me to solve issues I am having with other code.