FILL TWO FIELDS FROM ONE COMBO BOX
---------------------------------------------
Form: Violation Add
Field: ViolatorNum
Field Event= On Change
Macro Name: AddViolatorFirs tLast
Set Value
Item: [Forms]![Violation Add]![FirstName]
Expression: [Add Charge Violator].[column](2)
Item: [Forms]![Violation Add]![LastName]
Expression: [Add Charge Violator].[column](3)
----------------------------------------------------
I simply have a MACRO which uses a 3 column combo box to fill 3 blanks simultaneously. Contact number, first name and last name.
The MACRO works to perfection, THEN gives me this annoying error message talking about V-Basic. I AM NOT USING V-Basic.
PLEASE HELP
---------------------------------------------
Form: Violation Add
Field: ViolatorNum
Field Event= On Change
Macro Name: AddViolatorFirs tLast
Set Value
Item: [Forms]![Violation Add]![FirstName]
Expression: [Add Charge Violator].[column](2)
Item: [Forms]![Violation Add]![LastName]
Expression: [Add Charge Violator].[column](3)
----------------------------------------------------
I simply have a MACRO which uses a 3 column combo box to fill 3 blanks simultaneously. Contact number, first name and last name.
The MACRO works to perfection, THEN gives me this annoying error message talking about V-Basic. I AM NOT USING V-Basic.
PLEASE HELP
Comment