andyswinburne
Registered User.
- Local time
- Today, 18:11
- Joined
- Sep 29, 2003
- Messages
- 22
I'm having trouble displaying a single record in a form, i have a query which returns the correct data (ie. the required record) but this is in a datasheet format, is there any way to display this in a form or translating this querie to open the form showing the record
here is the SQL query:
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));
basically finds the record an ID on another form (teams) and i want to display it in [Bowler Details]
cheers
andy
here is the SQL query:
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));
basically finds the record an ID on another form (teams) and i want to display it in [Bowler Details]
cheers
andy