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 Study Actual Mark], M16=[Audit Actual Mark], Q16=[Exam Actual Mark] and W16=[Project Actual Mark]
Can anyone help me with this. I've searched through every message on this forum that looks like it might be useful but to no avail.

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 Study Actual Mark], M16=[Audit Actual Mark], Q16=[Exam Actual Mark] and W16=[Project Actual Mark]
Can anyone help me with this. I've searched through every message on this forum that looks like it might be useful but to no avail.