Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: johnnyram
  • Content: Threads
  • Order by date
  1. johnnyram

    oracle forms

    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...
  2. johnnyram

    data validation concerning two tables

    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...

Part and Inventory Search

Back
Top