Combined text and variable in a message box
Hi
your code seems ok though it looks like you are changing the data held
in Dt to the string of text rather than your date variable??
MsgBox "Records prior to " & Dt & " have been removed"
seems to work fine for me.
S
|