View Single Post
  #1  
Old May 27th, 2010, 10:18 PM posted to microsoft.public.access
stu
external usenet poster
 
Posts: 134
Default Field referencing - Continous Form

How do you reference a specific field for update on a continous form?
Suppose I have three fields: ID, F1, F2 and the continuous form may have 20
records. If a user double clicks on F1, I want to place an "X" in field F2
for a subset of the 20 records based on the values in F1. Could someone
provide a code snippet to put an "X" in F2 if F1 has a certain value like
"ABC"?