Re: How to use query

2007-06-07 Thread Lemune
Hello and thank you for the respond. I'm not creating for login. I want something that could work as CRUD. so whenever i want to add, view, edit and delete data on table companies, administrators, sales_people, and login (that related to the 3 other table before) it work. Because i don't make the

Re: How to use query

2007-06-07 Thread AD7six
On Jun 7, 9:26 am, Lemune <[EMAIL PROTECTED]> wrote: > This time about using query. > In my application i use some table like > companies,login,administrators,sales_people. In login, there are 5 > fields, id, username,password,login_type_id,user_id. > login_type_id is going to tell witch table a

How to use query

2007-06-07 Thread Lemune
This time about using query. In my application i use some table like companies,login,administrators,sales_people. In login, there are 5 fields, id, username,password,login_type_id,user_id. login_type_id is going to tell witch table are, and user_id is id of the user on appropriate table. So basica