With the Exact Tests module installed, the Crosstabs procedure can print the Fisher-Freeman-Halton exact test of independence when the contingency table is larger than 2x2. If Exact Tests is installed, then the main Crosstabs dialog will have a button labelled "Exact". Click this button and then click the radio button beside "Exact" in the "Exact Tests" dialog that opens. Click Continue. Click the Statistics button in the main Crosstabs dialog and then click the "Chi-square" check box in the Statistics dialog box. Here is a sample syntax command with these choices:
CROSSTABS
/TABLES=row BY col
/STATISTICS=CHISQ
/METHOD=EXACT.
The result labeled as Fisher's Exact test in the output is in fact the Fisher-Freeman-Halton Test. Note that a chi-square value is not calculated or printed for this test, although it was requested by the chi-square check box or the CHISQ keyword. An exact 2-sided significance is printed.
you may use this link for Fisher freeman halton exact test.
http://vassarstats.net/fisher2x3.html
and The Fisher's Exact test in the SPSS is in fact the Fisher-Freeman-Halton Test. so in the main Crosstabs dialog, it will have a button labelled "Exact". click on this button and then check the option of exact test.