gojets1721
Registered User.
- Local time
- Yesterday, 18:06
- Joined
- Jun 11, 2019
- Messages
- 430
I'm getting a 3075 syntax error on this line. I think I'm missing a quotation or apostrophe somewhere but can't figure it out.
Here's the specific line of code. I'm trying to get a field to equal the value of a combobox
I'm getting a syntax error showing this:
'Template Name = 'Example'
Any suggestions
Here's the specific line of code. I'm trying to get a field to equal the value of a combobox
Code:
strTemplate = "TemplateName = '" & Me.comboTemplate
I'm getting a syntax error showing this:
'Template Name = 'Example'
Any suggestions