icemanmt78
May 22nd, 2000, 09:25 PM
I am designing a helpdesk system with a VB front on an Access 97 back. In my Call form i want to show call details ( from a call table in access ) and action details ( from the action table in access ).
At the moment I am able to show the call details and action details on the form using two DATA Controls. I have got the first one to prsent data for the calls in text boxes where the second one views the action details for a specific call in a DBGRID. I have been using DAO3.5 to move about the call records and add new ones. I can also show the relevant action details relating to each call.
What i cant do is add to the action details once a new call is opened. Any ideas of how to achieve this would be appreciated.
At the moment I am able to show the call details and action details on the form using two DATA Controls. I have got the first one to prsent data for the calls in text boxes where the second one views the action details for a specific call in a DBGRID. I have been using DAO3.5 to move about the call records and add new ones. I can also show the relevant action details relating to each call.
What i cant do is add to the action details once a new call is opened. Any ideas of how to achieve this would be appreciated.