ihave a field in table that is number(double).
when i calculate some stuff i use function
NZ(field,0)
and in some cases it return number(right alligned)
and in some cases it returns like string (left alligned)
do i use right function or where is the problem
i have table (x) that have primary key from two fields(a,b).
When i insert values in another table (y) into fields a1 and b1 and i choose from lookup table(x) field(a) from table x i want that automaticaly field b1 is filled with value b from table x.
how to do this?
Are thre any triggers?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.