that works perfectly!!
How would I write
If
table "Customers" field [CustomerID] = table "Computers" field [CompOwner]
Then
DoCmd.OpenForm "Computers", acNormal, , "[CompServiceOrder]=" & List44.ListIndex + 1
that would work if one customer had multiple computers, right?
I will try to look...