johnlatona123
Innovator
- Local time
- Today, 07:09
- Joined
- Sep 20, 2011
- Messages
- 85
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 sub
thanks!
john.
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 sub
thanks!
john.