how come when i call a field (table.field) from a table in a form, it states "compile error. variable not defined"?
eg:
pressure = importedTb.pressure
it highlights the importedTB. must i declare the table in that form first before i can use the table?
how do i reference the table (if i need the value from that table) in the form then?
eg:
pressure = importedTb.pressure
it highlights the importedTB. must i declare the table in that form first before i can use the table?
how do i reference the table (if i need the value from that table) in the form then?