andyswinburne
Registered User.
- Local time
- Today, 10:56
- Joined
- Sep 29, 2003
- Messages
- 22
I need to be able view a view a particular record, i have created a query that displays the record in the table correctly, but i want to beable to display this result in the form.
This is the SQL for the query if this helps
SELECT Bowlers.[Bowler ID], Bowlers.[First Name(s)], Bowlers.Surname, Bowlers.[Date Of Birth], Bowlers.[Phone Number], Bowlers.[E-mail], Bowlers.[Web Site], Bowlers.Selected
FROM Bowlers
WHERE ((Bowlers.[Bowler ID])=([Forms]![Teams]![BowlerID1]));
I have a form which displays the bowlers ID for each team ([Teams], i basically want to take this ID for a particular bowler and open up the record in the bowlers form showing their details, any help would be appreciated.
cheers
Amdy
This is the SQL for the query if this helps
SELECT Bowlers.[Bowler ID], Bowlers.[First Name(s)], Bowlers.Surname, Bowlers.[Date Of Birth], Bowlers.[Phone Number], Bowlers.[E-mail], Bowlers.[Web Site], Bowlers.Selected
FROM Bowlers
WHERE ((Bowlers.[Bowler ID])=([Forms]![Teams]![BowlerID1]));
I have a form which displays the bowlers ID for each team ([Teams], i basically want to take this ID for a particular bowler and open up the record in the bowlers form showing their details, any help would be appreciated.
cheers
Amdy