Results 1 to 2 of 2

Thread: Helpdesk System

  1. #1

    Thread Starter
    Addicted Member icemanmt78's Avatar
    Join Date
    May 2000
    Posts
    142

    Unhappy

    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.

  2. #2
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696
    Try re-querying the action dbgrid before trying to add a new action. If the dbgrid is bound by a column that is required from the first table it might not work untill it has been re-updated.

    Show some code if this doesn't help.

    Hope this Helps

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width