Newbie saying hello

MrBLT

Registered User.
Local time
Today, 13:05
Joined
Oct 2, 2003
Messages
20
Hello everyone, this is my very first post.
I am new to databases and was wondering if my idea has database potential.
I want to do a database on basketball with all the scores and statistics. But as sports score read like 120-98, is it possible to do this or do i have to have 1 column reading 120 and another 98. I want to make it into a web site.
 
Create 2 fields, one for each score then just concatenate the fields into one field in the query/form.
 
How do i do that
 
Score: [HomeScore] & "-" & [AwayScore]

Regards
 
Thanks for your help Fizzio.
Thanks for your help namliam.:cool:
 

Users who are viewing this thread

Back
Top Bottom