shabbaranks
Registered User.
- Local time
- Today, 20:48
- Joined
- Oct 17, 2011
- Messages
- 300
Hi,
I think this is a daft question butr I cant see why Im not getting the correct result.
Here is my code
If I put a break point at the button and hover my mouse over Me.PONumb_TxtBox it returns the correct value, but if I hover my mouse over sPONum its blank. Can someone tell me what Im doing wrong please?
Thanks
I think this is a daft question butr I cant see why Im not getting the correct result.
Here is my code
Code:
Dim sPONum As Integer
sPONum = Me.PONumb_TxtBox
If I put a break point at the button and hover my mouse over Me.PONumb_TxtBox it returns the correct value, but if I hover my mouse over sPONum its blank. Can someone tell me what Im doing wrong please?
Thanks