Use of Funtion at Table Level

M

Muhammad Sadiq

I need to know that how we can use a function at column in a table just like
we use "IF" function in excel sheet at column level.

Please if any one know the method let me know.

Thanks.

Muhammad Sadiq.
 
J

John W. Vinson

On Sun, 11 Jan 2009 21:45:00 -0800, Muhammad Sadiq <Muhammad
I need to know that how we can use a function at column in a table just like
we use "IF" function in excel sheet at column level.

No.

A table may look like a spreadsheet but it isn't. Access is NOT "Excel on
steroids".

You can do calculations in a Query, or in the Control Source of a textbox on a
form or Report; table datasheets should usually be used only for debugging,
not for interaction with data.
 
Top