I have the results of a query, and I want them to appear in a newspaper column style report. Any advise?
/* Code Starts Here
$sql= "SELECT realname, userlogin , depotid FROM usertable WHERE depotid < 100";
$result=mysql_query($sql, $link);
$rowno=mysql_num_rows($result);
PRINT...
I need help. I want a control to display a combo box with the values from a table based on the value in another control. Explaination... I need to have the categories show only for the account number pertaining to the record I am on. The account number is in both the categories table and the...
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.