Why doesn't this ref field show?

I have tables called boats and members.  (These are mysql tables, btw.) The boats table has a field called [owner] which is a ref field for members.  [Owner] is set to display.  There are no values in any auto compute fields in [Owner].   When I try to get [Owner] to display in a form, it appears in the list of columns to include, but does not show on the form.  The app is saving without any error messages.  Why doesn't this field show?

Solved Solved
0 2 96
1 ACCEPTED SOLUTION

Is it set as editable? Is there a valid_if that is not returning any options?

View solution in original post

2 REPLIES 2

Is it set as editable? Is there a valid_if that is not returning any options?

Oh brother... it wasn't set as editable.  Thanks!