Populate field value based on View/Report

Populate field value based on View/Report

I have 1 form, with 3 reports/views.

If the user uses View A, I would like the value of Form1.FieldX to be populated as "Blah"
If the user uses View B, I would like the value of Form1.FieldX to be populated as "Blick"
If the user uses View C, I would like the value of Form1.FieldX to be populated as "Brack"

Can I do that, and how?