Hi Guys I want to display data from my agents table againts data from a client table , but each day new clients are added, and only those clients from that day must be displayed to the agents. Can anyone help me..
Add a new field to your table. Their type can be numeric, date, alphabetic, ... Then set a different value depending on that criteria. For example '0' and '1'. And finally change your query to add that field. Example: select * from table where newfield=1;