How to refer to a table or Query Field

I

Irshad Alam

Generally to refer to a form we write the address as below in query or on
form or on report :
[Forms]![OtDatas]![EmpNames]

But I want to get data of Table or a query , how to type it, i tried as
below , but error:
[Tables]![OtDataTab]![EmpNames]
For query I tried
[Queries]![OtDataQry]![EmpNames]

Could any of the professional can advise me, pls.
 
Top