Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Data in one field impacting the enterability of a second field in the same record


Prince -e-PAL

Recommended Posts

I am writing a database and I am trying to make it as user friendly as possible. The database will be used to track payments from multiple accounts.

 

For example, here are some fields"

[student name]

[student district (either account 1 or account 2]

[student placement]

[placement bill]

[funds paid by account #1 ]

[funds paid by account #2]

etc...

 

It is reasonable to predict that a user may enter a payment for an account 1 student in the account 2 field. I'd like to idiot proof that possibility. Here is my idea:

 

I would like the data in one field impact the display of another field. Specifically, if a student is from APS (district = "ASP"), I would like only the fields related to aps to be enterable (aps payment field enterable, abrsd payment field not enterable) for the specific record.

 

If I cannot modify "enterability" per record, can I payment field change color?

 

Any ideas?

 

thanks

Link to comment
Share on other sites

Use this trick, once for each of the two fields; when district = "APS" you want the selfjoin that contains the APS fields to become valid; when district = "theOtherValue" you want the selfjoin that contains the APS fields to become invalid and the one with the 'OtherValue' variants to become the valid relationship.

 

Don't try to overlap them on top of each other (will not work) but you can put them very close.

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use