frustrating
Registered User.
- Local time
- Today, 14:01
- Joined
- Oct 18, 2012
- Messages
- 68
I know I'm doing something wrong, but I'm trying to insert the results of a query, where the value of the query comes from a listbox into an email. To first test my query I am using this line:
I keep getting a "type mismatch" error. Any ideas? Also converttopercent is another query.
Code:
thepercent = db.OpenRecordset("SELECT converttopercent.[Dept Root Source] FROM converttopercent WHERE [converttopercent].[Dept Root Source] = " & List20.Value)