Quote:
Originally Posted by c010depunkk
well, if you're using PHP you could use the explode function:
Code:
<?php foreach($rows as $row) { $parts=explode('Y',$row); // now $parts[0] holds the first number // and $parts[1] holds the second number // and if $parts is empty (count($parts)==0), then there was only one number ?>
|
no, im using access for this..still, this seems way simpler. thanks though, if theres no way to do it in access, il keep this in mind...