Back
/*
Table: memContact

Columns:
    card_no int
    pref    int

Depends on:
    custdata (table)

Use:
Contact preferences
    0 => no contact
    1 => snail mail
    2 => email
    3 => both
*/
Back