hi folks,
i have a problem with a text item and it's format mask
i want the item to validate whether the inserted value is an email address or not
the emailaddress should look like:
<something>@<something>.<something>
which format mask string do i need for this kind of validation?
sincerely...
hi guys,
i have some problems with the validation of some access data.
granted that i have the following tables:
table emp
columns: int ID primary key, string NAME, int DEPTNO, int A
table dept
columns: int DEPTNO primary key, string DNAME, int B references EMP(DEPTNO)
when i insert some...
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.