Talia Young
New member
- Local time
- Today, 17:04
- Joined
- Apr 19, 2002
- Messages
- 6
I can't figure out how to access data in a field in a table. To access data in a control on a form I would just use:
variable = Forms![formName]![controlName].Text
But when I try to use that syntax on data in a table, I get an "Object required" error.
Any suggestions would be greatly appreciated.
variable = Forms![formName]![controlName].Text
But when I try to use that syntax on data in a table, I get an "Object required" error.
Any suggestions would be greatly appreciated.