R
Rpettis31
Brain dead today ~I have a list box with values (Items list) and I am not
sure how I go about looking up if the selected value is on a table (item
details). I know I can listbox.column(1).value to get the item from the list
box but how do I look for it on another table (item details).
Basically if the item selected is in the details show the detail record if
not create a new record. I understand the docmd.openform add or edit record.
I am just not sure how to create the condition "if the item selected is not
on the item details table then open form create new record" else open the
item detail record."
sure how I go about looking up if the selected value is on a table (item
details). I know I can listbox.column(1).value to get the item from the list
box but how do I look for it on another table (item details).
Basically if the item selected is in the details show the detail record if
not create a new record. I understand the docmd.openform add or edit record.
I am just not sure how to create the condition "if the item selected is not
on the item details table then open form create new record" else open the
item detail record."