HalloweenWeed
Member
- Local time
 - Today, 05:40
 
- Joined
 - Apr 8, 2020
 
- Messages
 - 220
 
The same way you would refer to a table (or query) cell in vba, for instance:
	
	
	
		
works for a single record table, or a singe record result in a query;
	
	
	
		
may work for a multi-record table/query (not sure about syntax here).
 
		Code:
	
	
	=Tables![yourTableName]![field]
	
		Code:
	
	
	=Tables![yourTableName]