I've been working on MS Access. My students have to create a runtime field but I can't for the life of me determine how to set the datatype without going into the SQL itself. Is it possible to use the design view to set this up something like
Somefrigginfield (Set data type here e.g. Currency) (Decimal places to round here) : [Somefieldname] *1.10
I know in SQL it would be something akin to
Select ID as int expr1
It's been a while but you get the idea
(FYI if this is in the wrong forumn of stack please let me know where to shoot it)