Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7221 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a field "VIN" that contains "*&*" and "*" types of data.

say if I do a search for "1GC&G39R" it will show up...great

but if I do a search for "1GC5G39R" it will not find anything.

How can I tell the database to look for both types and just display the relevant variables i.e "1GC&G39R" and not all those records which have an "&" in them. without reinputting the data myself

thanks

Posted

You might try making your search field a calc that has both options:

VIN_Search (calculation, text result) = VIN & par.gif & Substitute(VIN; "&"; "")

Posted

Thanks Ender!

I tried your solution and I can't get it to work probably because I am not inputting it the right way......

I have tried and tried for the last 3 days with this thing and I can't figure it out.confused.gifconfused.gifconfused.gif

Could someone please help me out I would really appreciate the help

I have uploaded the database here:

http://www.smartdustlab.com/help.zip

You have to hold the shift button when opening

account= admin

pass= help

Posted

Just as Queue and Ender has said, create a new calculation field (text) cNewField = VIN &

Posted

It doesn't work...............

I created a new field just like you said and it doesn't return results..............

frown.gif

This topic is 7221 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.