Hi,
I am trying to insert new dates into table, but having problems getting the format correct. Currently, I am finding the Max date in the table and adding 1 to the variable inside of a for loop. The dates are incrementing as desired but the format is 02/09/2006. The format that I need is 2/9/2006 (no leading zeros).
Thanks,
Penny
I am trying to insert new dates into table, but having problems getting the format correct. Currently, I am finding the Max date in the table and adding 1 to the variable inside of a for loop. The dates are incrementing as desired but the format is 02/09/2006. The format that I need is 2/9/2006 (no leading zeros).
Thanks,
Penny