Hello,

I have created a noticeboard for my Intranet using Asp.net, Dw MX2004 and
Access and have suddenly reached a wall.

Scenario:
A person posts a notice to the main page and can then click view to view the
main article (Passed via a filter). When viewing the article I have added a
datagrid below the article to display comments (Added to the Access
Database) I am now stuck when thinking of how to add comments on that page!

The database is a one to many... One article to many Comments. The 'Record
Insert Wizard' inserts a record but how do I tell it to update Record, say,
20 that has been passed from the main page? The Record Update tries to
Update the current comment... close but it's not adding a comment!

Any help would be great as I'm sure this can be solved with a bit of code
changing.... Agghh.

Thank you!
Me