Microsoft
Software
Hardware
Network
Question : Using a hyperlink in a form to open another form with that record's data
I have Tbl_CampaignInfo with CampaignID as the primary key. I have a very simplistic form that lists each campaign name and I want to be able to click on the Campaign name (as a hyperlink) and it will open the details form I have built for this table but I want it to bring up the record that I clicked and my code is not quite right. I have it set Hyperlink to Yes and in the On Click Event I have the following
DoCmd.OpenForm ("frm_CampaignDetail",acNo
rmal,,"Cam
paignID = " & Me.CampaignID,,acDialog,,)
Any assistance would be appreciated.
THanks!
Answer : Using a hyperlink in a form to open another form with that record's data
DoCmd.OpenForm "frm_CampaignDetail",acNor
mal,,"Camp
aignID = " & Me.CampaignID,,acDialog
Random Solutions
Having problems getting my VOIP setup working?
error when calling php/xml file in browser
How can I run my PC in safe mode?
Error string in catch block?
Setting msExchMailboxSecurityDescr
iptor with VB.NET
Spell check two languages at the same time
Word 2002/xp: Error Message: "Run-time error '4248'; 'This command is not available because no document is open.'"
CMDKEY error message
how to change the automatic update settings on server 2008
How can I retrieve a message I just wrote but hadn't had chance to save?