G
Guest
Hello, I would like only certain fields to be visible to the user after they
enter a certain thing i.e. if the OurProjectNumber = 0080, then I would like
the fields cboWorkType to be "INS" and the field CityContractNo to =
123456789.
I landed on the OurProjectNumber field and selected 'After Update' and
entered:
If OurProjectNumber = 0080 Then
cboWorkType = "INS"
cboCityContractNo = "123456789" but the the fields won't populate. In each
case those fields are drop down boxes with column numbers, both are Column
(1). I tried adding that and it still won't populate.
Can anyone help me figure out what I am missing.
Thank you,
IEJ
enter a certain thing i.e. if the OurProjectNumber = 0080, then I would like
the fields cboWorkType to be "INS" and the field CityContractNo to =
123456789.
I landed on the OurProjectNumber field and selected 'After Update' and
entered:
If OurProjectNumber = 0080 Then
cboWorkType = "INS"
cboCityContractNo = "123456789" but the the fields won't populate. In each
case those fields are drop down boxes with column numbers, both are Column
(1). I tried adding that and it still won't populate.
Can anyone help me figure out what I am missing.
Thank you,
IEJ