papasmurfuo9
Registered User.
- Local time
- Today, 13:15
- Joined
- May 28, 2014
- Messages
- 69
Hi
I would like a query to run, depending on a date
If the date in [Txt_Date_Account_Opened] is between todays date, and within the last 30 days
do CurrentDb.Execute ("Qry_Append_Units")
else a msg box stating "account is not yet open"
thanks in advance
I would like a query to run, depending on a date
If the date in [Txt_Date_Account_Opened] is between todays date, and within the last 30 days
do CurrentDb.Execute ("Qry_Append_Units")
else a msg box stating "account is not yet open"
thanks in advance