Can anyone help me? I have made 2 table. Table1 have id,name,bodyweight,sex. Table2 have bodyweight,mail,femail. In my query i have placed all fild from table1 any added point. What i want to do is when i enter bodyweight the fild point return the value from table 2 based on sex and bodyweight. Any ide how i can make this work.... my e-mail is frode-b@online.no
tabel 1
id name bodywight sex
1 bob 63 M
2 Lisa 60 F
tabel 2
bodyweight mail femail
60 0,23 0,14
61 0,25 0,16
62 0,26 0,17
63 0,27 0,19
query
name bodyweight sex point
bob 63 m (i want this to return 0,27)
lisa 60 f (i want this to return 0,14)
tabel 1
id name bodywight sex
1 bob 63 M
2 Lisa 60 F
tabel 2
bodyweight mail femail
60 0,23 0,14
61 0,25 0,16
62 0,26 0,17
63 0,27 0,19
query
name bodyweight sex point
bob 63 m (i want this to return 0,27)
lisa 60 f (i want this to return 0,14)