Hi Guys - would appreciate a little help here, I think I'm close but...I am trying to write javascript to check whether several fields are null. Basically if ANY of the fields are populated then FinanceNotes should = "filled", if they are ALL null then it should be "empty".The code I have so far is ...
I have a script that "walks" through all the records in an Access database table to find the largest file ID number. This script has been working correctly. Now I need to add a prefix to all the ID numbers. This requires me to modify my script so it ignores the one character prefix (prefix is either...
I'm getting a Script failed error. I think this is because the Field name is on page 1 and the field with the calculation is on page 2.The formula is just +Cash. I don't know how to tell it to look on Page 1. If I use the same field on Page 1, the formula works so I know it is not something in the...
Hi all, I have a problem with repeating subforms. On my form I have multiple subforms that I want to have the option of repeating via buttons. The problem it seems is I want them to appear on the form in the sequence in which the buttons were pressed and not appearing in groups (eg. subform A, subfo...
I have been looking for a way to change the Fields's Text Color Based on Valueif Textbox = A then A will be blueif Textbox = B then B will be red I just need help getting the if then code working, changing the color after that is easyAny Suggestions ..
I know this is a lot easier than I'm making it, but I've been trying to figure out the correct syntax all afternoon.I have a table with 15 rows, if the column Change15 is = R, then I want column FarmDes15 to be visibleAny other value I want it to be invisible.I have...if ($.boundItem(xfa.event.newTe...
I have tried everything that I can think of to get the Remove Instance button to work to remove the CURRENT instance but I can't figure it out. Basically I have a table with a section. Within this section I have one row that the user can add more instances of. I added a remove instance button but i...