Question : Convert Test field to Number field in make table query

I am creating a make table query in Access 2007.

I am wanting to convert one of the colums into a Number field instard of text.

I have the field   ID_NBR: MasterStudentID  (I am changing the filed name to ID_NBR)

but... what can I add to this in the design query (make table query) to format it to Number....

ie... ID_NBR: (Format Number) MasterStudentID  (somthing like this....that works ofcourse :)

Thanks

FaithDan

Answer : Convert Test field to Number field in make table query

use

 ID_NBR: Clng([MasterStudentID])
Random Solutions  
 
programming4us programming4us