Viewing 5 posts - 1 through 5 (of 5 total)
Hi Tony,
Thank you so much for your time and help. I went over the link you provided and have some questions. Please pardon my ignorance, but I think this...
May 7, 2009 at 5:36 pm
Hi Lowell,
There are 3 forms (identified by SurveyID 1497, 1499 and 1500), having about 50+ questions each.
Throughout a clients' life, a client (CaseNoteID) would be filling several versions of...
January 29, 2009 at 9:50 pm
Sorry bout that...
CREATE TABLE [Survey_Response] (
[ResponseID] [int] IDENTITY (1, 1) NOT NULL ,
[CaseNoteID] [int] NOT NULL CONSTRAINT [DF__Survey_Re__CaseN__4944D3CA] DEFAULT (0),
[SurveyID] [int] NOT NULL CONSTRAINT [DF__Survey_Re__Surve__4A38F803] DEFAULT (0),
[QuestionID] [int] NOT...
January 29, 2009 at 8:55 pm
Hi Lowell,
Thank you so much for your prompt response. I was wondering what the LastUpdate = GetDate() was for? I tried executing the command and it gave me an invalid...
January 29, 2009 at 8:32 pm
Viewing 5 posts - 1 through 5 (of 5 total)