Can someone show me how to build a select statement to join fields together into one alias field. I need to make a character starttime and endtime field using the fields from this table;
[start_ampm] [char](2) NOT NULL, [start_hour] [decimal](2, 0) NOT NULL, [start_min] [decimal](2, 0) NOT NULL, [end_ampm] [char](2) NOT NULL, [end_hour] [decimal](2, 0) NOT NULL, [end_min] [decimal](2, 0) NOT NULL,
That's 2x today Sunita that I refreshed my browser to make sure no one answerd only to find myself beaten to the punch by you!! i'm starting to fell foolish (and old and slow)
Jim
but I did take the time to add FROM yourTable
Everyday I learn something that somebody else already knew