B
Bob
I have a qry attached to a combo box that selects records in a form, The
trouble is that I have OwnerID, HorseName, OwnerName. Now it works when I
have one Owner in a horse but say if I have 3 Owners it only shows the first
Owners Form Record the 2 below show anything but, is it something to do with
being able to show multiple names the same.....Thanks Bob
My SQL Code Expr1001=Horses Name,
SELECT qryOHAP.OwnerID, qryOHAP.Expr1001,
qryOHAP.qHorseNameSourceModifyMode.HorseID, qryOHAP.OwnerLastName,
qryOHAP.QryOwnerHorsePercent.HorseID, qryOHAP.OwnerPercent,
qryOHAP.OwnerTitle, qryOHAP.OwnerLastName, qryOHAP.OwnerAddress
FROM qryOHAP
ORDER BY qryOHAP.Expr1001;
..........Jenny Vance
trouble is that I have OwnerID, HorseName, OwnerName. Now it works when I
have one Owner in a horse but say if I have 3 Owners it only shows the first
Owners Form Record the 2 below show anything but, is it something to do with
being able to show multiple names the same.....Thanks Bob
My SQL Code Expr1001=Horses Name,
SELECT qryOHAP.OwnerID, qryOHAP.Expr1001,
qryOHAP.qHorseNameSourceModifyMode.HorseID, qryOHAP.OwnerLastName,
qryOHAP.QryOwnerHorsePercent.HorseID, qryOHAP.OwnerPercent,
qryOHAP.OwnerTitle, qryOHAP.OwnerLastName, qryOHAP.OwnerAddress
FROM qryOHAP
ORDER BY qryOHAP.Expr1001;
..........Jenny Vance