S
Simon
hi folks,
Im writing an ASP application where authors submit stories for use in a
book, everything is going pretty good so far however I have ran into a
stumbling block.
the publishers of the book can log into an admin panel and view/edit/delete
stories, I'm trying to add functionality that shows them how mang stories
have been submitted since they last logged into the site. I have the
following two tables:
tblSubmission = holds the story submissions
tblLastLogin = holds username and last login date
Both tables have a date field so how would I count the stories in
tblSubmission that are new since the last login date in tblLastLogin?
Thanks in anticipation
Simon Ruzgar
Im writing an ASP application where authors submit stories for use in a
book, everything is going pretty good so far however I have ran into a
stumbling block.
the publishers of the book can log into an admin panel and view/edit/delete
stories, I'm trying to add functionality that shows them how mang stories
have been submitted since they last logged into the site. I have the
following two tables:
tblSubmission = holds the story submissions
tblLastLogin = holds username and last login date
Both tables have a date field so how would I count the stories in
tblSubmission that are new since the last login date in tblLastLogin?
Thanks in anticipation
Simon Ruzgar