Link Records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I go from one form to another, specifically from one specific record
(Client XPTO) in form A, to the same record (the same client XPTO) in form B?
My problem is that I can put a hyperlink in the form A, but when I click it,
I go for the first record of the form B and not to the specific client I was
seeing in form A.
I'm using Microsof Access 2002
 
If you use code to open the FormB, you can include a "filter" or "where"
clause that you'd use to indicate FormA's selected record.
 
Sorry, but I'm not understanding what is a "code". Can you explain better?

Thank you.

"Jeff Boyce" escreveu:
 
I referred to "code" to mean programming in VBA. Code (programming) can be
added to Access via code modules, and "attached" to events in forms/reports.
Your "button click" is an event.
 
Is there any way to doing that more easily?

Thank you.

"Jeff Boyce" escreveu:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top