hi!
how do i reference a field in VBA to compare values in an if statement, please help me with the []'s and ,'s and whatnot.
my statement should read like:
private sub after update
if {textbox on form} {is = to or matches text} {field on a query or table} then
checkbox = true
end if
end...