Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

select record from query within form - post to another form

Status
Not open for further replies.

shauntck

Programmer
Jul 13, 2004
19
0
0
US
Hey guys, I want to run a query and select a record from that query and have it load a form i created with the data populated(according to that record).

I know I need a 2 forms (1 of them with the query in it and the other taking in a record as a parameter.

Does anyone know how to pass a record from 1 form to another (especially how to actually select the record)

Thank you so much
-shaunt
 
Take a look at the RecordSource property of the Form object.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top