G
Guest
i am using this if statement:
stDateType = Appointmentdate
If Weekday(Appointmentdate, vbMonday) = vbMonday Then
MsgBox "you can only take 5 patients"
i would like to be able to have the user set the number of patients
eg. MsgBox "you can only take", monday variable , "patients"
is this possible to set a variable for the patient numbers?
any help would be great thanks
yours
david
stDateType = Appointmentdate
If Weekday(Appointmentdate, vbMonday) = vbMonday Then
MsgBox "you can only take 5 patients"
i would like to be able to have the user set the number of patients
eg. MsgBox "you can only take", monday variable , "patients"
is this possible to set a variable for the patient numbers?
any help would be great thanks
yours
david