View Single Post
  #3  
Old April 26th, 2010, 07:52 PM posted to microsoft.public.access.forms
BenEl via AccessMonster.com
external usenet poster
 
Posts: 18
Default Form opening to new record

John W. Vinson wrote:
Hi I am having a problem with my form not opening to the expected record. I
have a Summary form in datasheet view (frmCandidates). When the user double

[quoted text clipped - 10 lines]

Thanks!


Correct the error in your doubleclick event. For help doing so please post the
macro steps or the VBA code here.


Here is the macro:

OpenForm
frmCandidateDetails, Form, , ="[CandidateID]=" & Nz([CandidateID],0), ,
Normal
Requery

Thanks!

--
Message posted via http://www.accessmonster.com