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

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

Recommended Posts

Posted

Hello to all,

I'm finishing a small internal FM9 database of hotels, services and prices (I have a tour operator business that organizes tours to Chile and Argentina). At one point, our operators ahve to use several drop down lists with the services that hotels offer (pool, internet,massage, etc). But if they make a mistake and want to leave the field empty, they just can't. How can I do this? Can I somehow create an "empty" value that would appear in the drop down list?

Thanks for the help,

Mark

Posted

Well, you could have the string "" shown in your valuelist, then add an auto-enter calculation (always replace value) that looks like:

  If (yourField = ""; ""; yourField )

Posted

thanks shadow,

I tried it but it doesn't seem to work, I now have a value in the record. Note: I have activated the edit value in the drop down list, maybe that is the reason.

mark

This topic is 6321 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.