on the screen below, is there a way to have specific account and subaccount populate by default without the need to type it each time, yet, to have the option to occasionally change it manually?
I believe you'd have to add a customization to the screen in order to accomplish this; I see your screen is already customized, so I'll assume you have customization manager and someone has rights to do do.
Have to add VB code - something like the below **please note, I have not tested this to make sure it works; just a starting point for you to try and verify it works properly. I would suggest this be done in a test environment.
Marc
Private Sub Form1_Display()
sivMyApp.Controls.Item("cbankacct").value = "1010"
sivMyApp.Controls.Item("cbanksub").value = "00000"
End Sub
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.