i have a continuous form that has a size field within that cannot be binded to anything.
the only problem with this is that when I want to change that field in different records on that form every size changes is there any way around this?
thanks
i have a continuous form that has a size field within that cannot be binded to anything.
the only problem with this is that when I want to change that field in different records on that form every size changes is there any way around this?
thanks
Try Format Can grow and Can shrink properties to No
You will need to use a bound field. An unbound field will change values in all records. Add a new field to your underlying table.