Duane Hookom replied to Stefan
20-Nov-09 04:26 PM
You will probably need a simple public function that returns the variable like:
Public Function GetCurClient() as String
GetCurClient= CurrentClient
End Function
You can then set a control source to the function.
--
Duane Hookom
Microsoft Access MVP