How can I make sql request field read only?

  • 29 November 2018
  • 1 reply
  • 27 views

Badge +2

I have an sql Request Control  that is pulling data from a database view.  I need to make that field read only.  Does anyone know how I can accomplish this?  I don't want people to be able to change what gets populated there from the database when they fill out the form.


1 reply

Badge +3

Set the Display Format to Label vs Text.  You can still connect the contro to a column in your list, but it's not editable on screen; just displayed.

Reply