I am new with VBA, so bear with me. I am doing an IF statement, and I wrote it like this:
if
![blahblah].[blah] = "1" then
me.blahblah.fontweight = normal
end if
now the reason why I put "table" in brackets is because I have done that with "Form". When I run the code I get an error
run-time error '2465'
Microsoft Access can't find the field '|' referred in your expression.
I have the code written exactly like you see (just without the blah's). Can someone give me some help on why this isn't working?
Thanks,
Heath
if
me.blahblah.fontweight = normal
end if
now the reason why I put "table" in brackets is because I have done that with "Form". When I run the code I get an error
run-time error '2465'
Microsoft Access can't find the field '|' referred in your expression.
I have the code written exactly like you see (just without the blah's). Can someone give me some help on why this isn't working?
Thanks,
Heath