Reference table data within a form event procedure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Back
Top