mastertorr
Programmer
Can anyone help in assisting me assign a primary key (auto number, int, not null) to another field which is varchar(5).
After my select i try setting the varchar field equal to the primary key field after the select statement like the following:
table!varchar = table!primary_key
But it tells me the primary _key value is null.
Any Suggestions?
Thanks
After my select i try setting the varchar field equal to the primary key field after the select statement like the following:
table!varchar = table!primary_key
But it tells me the primary _key value is null.
Any Suggestions?
Thanks