Wildcard

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like a query to show my current Work Order #, plus all related work
orders with one or more letters behind it (i.e., W-193, W-193A, W-193BC,
etc.). I've used the formulas

[Forms]![frmWorkOrder]![tblwoWorkOrder#] Or Like "#"
[Forms]![frmWorkOrder]![tblwoWorkOrder#] Or Like "?"
[Forms]![frmWorkOrder]![tblwoWorkOrder#] Or Like "*"

which don't quite work. Any suggestions?

Thanks
 
Damn! I knew it was something simple like that. Thanks Rick...works perfect!

Rick B said:
Like [Forms]![frmWorkOrder]![tblwoWorkOrder#] & "*"

--
Rick B



tvh said:
I would like a query to show my current Work Order #, plus all related work
orders with one or more letters behind it (i.e., W-193, W-193A, W-193BC,
etc.). I've used the formulas

[Forms]![frmWorkOrder]![tblwoWorkOrder#] Or Like "#"
[Forms]![frmWorkOrder]![tblwoWorkOrder#] Or Like "?"
[Forms]![frmWorkOrder]![tblwoWorkOrder#] Or Like "*"

which don't quite work. Any suggestions?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top