G
Guest
Let's say I have one table with two fields. The first field is "user" and
the second field is "view" (the table's name is "tblFolks"). If I have one
value that is coming from a module, how do I convert that value from the one
field into another (my module is returning the value "view", but I want the
value "folks" from that record so I can later compare the "view" value to a
form view). Do I have to create a query to do this? If so, what would the
code look like? For that matter, if not, how would the code look? Thank you
in advance!
the second field is "view" (the table's name is "tblFolks"). If I have one
value that is coming from a module, how do I convert that value from the one
field into another (my module is returning the value "view", but I want the
value "folks" from that record so I can later compare the "view" value to a
form view). Do I have to create a query to do this? If so, what would the
code look like? For that matter, if not, how would the code look? Thank you
in advance!