Hi!
I'm currently transferring a load of data from an excel file to Access 2000 as part of designing our new database.
I need to recreate the following Excel formula so that it works in Access:
=IF(AND(G16>=15,M16>=15,Q16>=15,W16>=15),(G16*0.15+M16*0.15+Q16*0.3+W16*0.4),"")
With G16=[Case...