
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
What would the "colon" do? At the moment I've got the below code with a semicolon and it works! Booked:= @Text(DatelistAll); ToBook:= @Text(DatelistField); @Keywords( Booked ; ToBook) It returns any values in ToBook that already exist in the Booked list (which is what I need)... [EMAIL PROTECTED] wrote in message news:<[EMAIL PROTECTED]>... > Try > > @Keywords(Booked : ToBook) > > You need a colon, not a semicolon there. > > Brian >
| <-- __Chronological__ --> | <-- __Thread__ --> |