|
-
Jul 13th, 2007, 07:04 AM
#1
Thread Starter
Lively Member
[RESOLVED] Passing certain characters in a selection formula
If the data in field(Model.model) is like this Ohm's it will return an error, if I make it Ohms it works.
Is there another way I can write my selection formula to make it work?
report.RecordSelectionFormula = "{model.brandid}= " & DataCombo4.BoundText & " and {model.model}= '" & DataCombo5.Text & "'" ' String variable has to be enclosed in ' '
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|