Reference table data within a form event procedure

S

Songoku

Hi

Simple one I think, I am trying to compare what a user enters within a text
box with what is stored in a table however I am not sure of the code to
reference a table within VBA....

so

if me.textbox = table.value then do something....

cheers
 
Top