G
Guest
Hi,
I have a problem where i am using a condional macro where it will display a
message box alerting the user that there are 5 unpaid bookings.
Using:
DCount("[Student ID]","QRY Students that have not paid")>=5
which i think works.
But what isnt working is the message iin the message box where i am trying
to say "Title Forename Surname has 5 or more unpaid lessons"
I have tried to use:
=([Title] & " " & [Forename] & " " & [Surname],"QRY Students that have not
paid") & " has 5 or more unpaid lessons"
and
=[Title] & " " & [Forename] & " " & [Surname] & " has 5 or more unpaid
lessons"
But niether are working
Any help much appreciated
I have a problem where i am using a condional macro where it will display a
message box alerting the user that there are 5 unpaid bookings.
Using:
DCount("[Student ID]","QRY Students that have not paid")>=5
which i think works.
But what isnt working is the message iin the message box where i am trying
to say "Title Forename Surname has 5 or more unpaid lessons"
I have tried to use:
=([Title] & " " & [Forename] & " " & [Surname],"QRY Students that have not
paid") & " has 5 or more unpaid lessons"
and
=[Title] & " " & [Forename] & " " & [Surname] & " has 5 or more unpaid
lessons"
But niether are working
Any help much appreciated