F
FlyingDragon via AccessMonster.com
hi all
i have a form called (CarsSearch) which has a text box called (CrimeNum) when
i click on it
it open more details about this field in another sub form called (Crimes) in
form called (Cars)
the code is
DoCmd.OpenForm "Cars", acNormal, , "[CrimeNum]=" & Me!CrimeNum
Me.CrimeNum.SetFocus
my problem is the sub form always open in the first record while i want to
open the same detail in the sub form
thanks for all
i have a form called (CarsSearch) which has a text box called (CrimeNum) when
i click on it
it open more details about this field in another sub form called (Crimes) in
form called (Cars)
the code is
DoCmd.OpenForm "Cars", acNormal, , "[CrimeNum]=" & Me!CrimeNum
Me.CrimeNum.SetFocus
my problem is the sub form always open in the first record while i want to
open the same detail in the sub form
thanks for all