Disconnected Record-set

Just use Dlookup on the table

Dim strSQL as string
strSQL= Dlookup("MemoField", "LocalTable", "[SomeRecID] =" & somevariable)

JR
 

Users who are viewing this thread

Back
Top Bottom