31st May 2006, 11:18 AM
|
Member
|
|
Join Date: Jan 1970
Posts: 4,415
|
|
That will work well, but if you have a very long list of horses and you intend adding to it, you might be better to set it up in Access with a relationship based on the horse name.
So you would have a tblHorse and tblRace joined in a relationship by the fields Horse and run aquery from there.
It would save errors and it's easy to import excel sheets to Access.
Just a suggestion.
|