I have a table with a list of subscriptions, if their subscription is of class "free", then I want the default value of status to equal active, otherwise I want the default of this field to be inactive. This is what I've put in the default field of the design of table but it causes errors,
IIf(([tblSubscription].[scClass])="2","1","3"
can anyone help?, Thanks
Steph
IIf(([tblSubscription].[scClass])="2","1","3"
can anyone help?, Thanks
Steph