stLinkCriteria with similar fields

Nick Hampu

New Member
Joined
Mar 15, 2004
Messages
6
I'm trying to open formB with a command button from formA. The linking criteria is [PartNumber]. The problem is, there are instances where the part number has the suffix "OE". Most of the time, the part numbers will be identical, "1234-123" = "1234-123. Occationally, I'll need 1234-123OE to find "1234-123".

Thanks in advance

NH
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
If your field length from left to right is standard (same length) except for the 2 extra characters, try making a query with that part field in an expression like this:

Part1:Left([part],8)


That will return the matching value to the field, now you modify your set up to use the query instead of the table and reference the new field instead. I just had to do the exact thing for one of my reports.
 
Upvote 0

Forum statistics

Threads
1,221,674
Messages
6,161,215
Members
451,691
Latest member
fjaimes042510

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top