On 20 Apr 2016, at 5:21pm, Cecil Westerhof <cldwesterhof at gmail.com> wrote:

> I want it to point to a record if it is an INT and whem
> it is TEXT it is just the text.

If you could do this in SQL it would be horrible.

Use two fields.  One for the INT, the other for the TEXT.  The one you're not 
using for that row is set to NULL.

Simon.

Reply via email to