qrySample 1 Fields "Name" & "Time"
qrySample 2 Fields "Name" & "Time"
Need VB code to create another query. Want to select "Name" from qrySample1 & "Time" from qrySample 2. qrySample 2 will be missing some names that are in qrySample 1. Want Null or 0 value to show for any that are not present in qrySample2.
qrySample 2 Fields "Name" & "Time"
Need VB code to create another query. Want to select "Name" from qrySample1 & "Time" from qrySample 2. qrySample 2 will be missing some names that are in qrySample 1. Want Null or 0 value to show for any that are not present in qrySample2.