Jump to content

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

Recommended Posts

Posted

I am trying to figure out how I can have a word or value enter in a field automatically. However I would like to be able to change this value manually.

Can this be done?

Example: field1 has the word "active" automatically enter in every record. But If I wanted to change it to "un-active" I would like to change it manually.

Thanks,

RET

Posted

If what I'm getting from what you are saying is right, you are looking for data to auto enter into a field and have the option of being able to change that field?

If that is the case, then just define the field to auto enter data (hit options button when creating the field) and when you place the field in your layout, just define the field format so that you are able to make an entry into that field (should be default setting).

I hope this helps, if this is not the case, let me know in a little more detail what you need.

Posted

if you are only looking to enter two values into a field active and unactive. Why not create a field with a formula that looks into a date field example

create a date field called unactive date and then create a field with a calculation with the following formula

if(unactive date = "","Active","Un-Active")

this way the field will not alter until you enter a date in unactive date field.

I hope this helps...its just an alternative to your question

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