Greetings.
Trying to set up a macro condition, so that if the value of a particular field in a table is "match" then that line of the macro will run.
I can't seem to get this to take table![tblname]![fieldname] = "match"; like the syntax shows for forms or reports.
I'd like to keep this as a macro condition so someone else can take over ownership/maintenance of this application.
IF the best way is a UDF, then I'll need some guidence on doing it to return a TRUE condition for the macro.
Thanks!
LJ
Trying to set up a macro condition, so that if the value of a particular field in a table is "match" then that line of the macro will run.
I can't seem to get this to take table![tblname]![fieldname] = "match"; like the syntax shows for forms or reports.
I'd like to keep this as a macro condition so someone else can take over ownership/maintenance of this application.
IF the best way is a UDF, then I'll need some guidence on doing it to return a TRUE condition for the macro.
Thanks!
LJ