The document discusses advanced functions in MS Access including the IIf, IsNull, Left, and DateAdd functions. The IIf function has three parts - an expression to test, a true part, and a false part. The IsNull function examines a field to see if it is empty and returns true or false. The Left function returns the leftmost characters from a string. The DateAdd function adds to a date/time, such as adding hours.