Rockape
Registered User.
- Local time
- Today, 10:03
- Joined
- Aug 24, 2007
- Messages
- 271
Hi,
I've checked many other posts regarding this same issue but I'm still having probs. I would prefer a Before Update event procedure.
The code I'm using is :
If DCount("*", "tbl_XXX", "[ID]="" & "[NOM]= Y") > 0 Then
where
tbl_XXX is the table being updated
[ID] is one of the fields
[NOM] is a y/n field (i.e if its toggled it is Yes)
I am using A03
Grateful for the correction
Thanks
I've checked many other posts regarding this same issue but I'm still having probs. I would prefer a Before Update event procedure.
The code I'm using is :
If DCount("*", "tbl_XXX", "[ID]="" & "[NOM]= Y") > 0 Then
where
tbl_XXX is the table being updated
[ID] is one of the fields
[NOM] is a y/n field (i.e if its toggled it is Yes)
I am using A03
Grateful for the correction
Thanks