I have a subform called Materials, which contains a checkbox field named Charge. I want to set the Charge field's default value based on the variable g_VIP under the following conditions:
Page.onload).If g_VIP is Y, then set Materials.Charge to False. Otherwise, set Charge to True.