Hi,

I have a problem on restructuring my data design.  I have a struct type, as
described below:
   typedef struct {
        DWord        anyID;
    } storeID;

    typedef struct {
        char            itemgrpID[2];
        char            itemgrp [30];
        UInt            numItems;
        storeID       qstID[1];
    } menugrp;

Let say that I want to input a new record which has 2 stored ID.  I have to
change qstID[1] to qstID[2].  How do I process this?  Any help is
appreciated.

Thanks.
S. Santoso







-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to