You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
M
This returns the correct value
Debug.Print [myTable]![myField]
Why does this result in an error?
Debug.Print Eval("[myTable]![myField]")