Viewing 3 posts - 1 through 4 (of 4 total)
Thanks, by the way count again LOL first 5 inserts are for the month of 09.......:D
October 25, 2008 at 5:16 pm
#889689
I think I got what I was looking for with a little more messing around with what I already had. Seems to work like I wanted it to. This is...
October 25, 2008 at 4:16 pm
#889682
Here is some data that I used to insert into a table RentalHistory:
INSERT INTO RentalHistory VALUES (462, '09-22-2008', '09-24-2008', 317, 111, NULL );
INSERT INTO RentalHistory VALUES (463, '09-22-2008', '09-25-2008', 329,...
October 25, 2008 at 3:44 pm
#889678