so ive got a form that has a sub form (think thats it) and its linked to another table
im trying to do an If statement (in vb) and i want to involve a field in the table that subform is on, but dont know how
basically what the thing is is
if the field in that child table = 2 Then
MsgBox("Do not allow")
ENd IF
just dont know how to point to that field
any help would be great thanks
im trying to do an If statement (in vb) and i want to involve a field in the table that subform is on, but dont know how
basically what the thing is is
if the field in that child table = 2 Then
MsgBox("Do not allow")
ENd IF
just dont know how to point to that field
any help would be great thanks