Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieving a field value by directly accessing a table

Status
Not open for further replies.

ddelk

Programmer
May 28, 2003
47
US
I need to get the value of a field and store it to a variable. Is there a way to reference the table directly rather than go through the process of creating a recordset or writing a query? Something like

intValue = tablename.fieldname.value
 
Not really, you have the domain aggregate functions, though (DLookup, DSum, Dmax...)

Roy-Vidar
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top