Viewing 6 posts - 16 through 21 (of 21 total)
TABLE dbo.events
(
EventID smallint NOT NULL,
Eventname nvarchar(100) not null,
Eventadded datetime NOT NULL,
EventScheduled datetime NULL,
EventDate datetime NULL,
Department varchar(50) NULL,
CONSTRAINT PK_EventID PRIMARY...
January 18, 2017 at 3:58 pm
Thanks for all help, will be testing, but this is headed in the right direction!
January 18, 2017 at 1:04 pm
January 17, 2017 at 6:45 pm
January 12, 2017 at 3:58 pm
Hypothetically the orderid would also be copied from orders table to vendororders table sometime after the process of the order history
HTH, thanks
January 11, 2017 at 7:07 pm
Thanks for the insights- i will have more of a detailed gameplan after re-testing the series of reports i have generated and could come back for more info.
Zo
January 1, 2017 at 12:36 pm
Viewing 6 posts - 16 through 21 (of 21 total)