HI guys have a small problem, basically i have this data that I want to save into a textfile which will be called whatever the date happens to be, but because the date contains "\" these things, it say file path not found. The code below works as long as you put your own filename in, but doesnt when it tries to enter the date, please help cheers
Open App.Path & "\" & Date & ".txt" For Append As #2
StrAlerts = FrmSecurityView.TxtAlerts.Text
Write #2, StrAlerts
'Close #2
vix
Open App.Path & "\" & Date & ".txt" For Append As #2
StrAlerts = FrmSecurityView.TxtAlerts.Text
Write #2, StrAlerts
'Close #2
vix