nanscombe
Registered User.
- Local time
- Today, 00:45
- Joined
- Nov 12, 2011
- Messages
- 1,081
Code:
=DLookUp("TCVersion","TermsAndConditions","ID=1") & " updated on " & DLookUp("TCVersionDate","TermsAndConditions","ID=1")
The "[" and "]" tell it to prompt for parameters.
You should also be able to use & vbCRLF & to add a carriage return if required.