Hi,
I have a form that is based on a SP that has a parameter value. When i open the form and try to input it gives me an error that Unique table is not defined.
Does that mean that SQL allows us to write only in single table using form?
It worked without parameter using a view, but some times it pulls up the wrong customer as the customerid gets stored/stuck in the serverfilterbyform properties.
I wanted to overcome this problem hence went for sp.
Any ideas
Dwight
I have a form that is based on a SP that has a parameter value. When i open the form and try to input it gives me an error that Unique table is not defined.
Does that mean that SQL allows us to write only in single table using form?
It worked without parameter using a view, but some times it pulls up the wrong customer as the customerid gets stored/stuck in the serverfilterbyform properties.
I wanted to overcome this problem hence went for sp.
Any ideas
Dwight