ragnarok75
MIS
I have a form which has the record source of a query which is a subset of data that the user selected on a prior form. In this subset of data there are 8 fields per record which display a value that correlates to another table (a site id). I need to take the fields that have value and populate them into a combo box on the current form. I have tried using the tag property to pull the values from textboxes, but I have not quite figured out how to use the tag property. Any ideas on a better way to do this or a point in the right direction on how to properly use the tag property? I will be dealing with NULL values.