G
Guest
I have a button on form "teachers" (containing field ID) which I want to open
a form "projects" (containing fields id1 and id2) where either id1 or id2 = id
I have a button which opens "projects" when id =id1, and one which opens for
id2=id. The obvious solution would be just to incoroprate an or statement
into the event procedure, but I don't know the syntax.
Can anyone help?
a form "projects" (containing fields id1 and id2) where either id1 or id2 = id
I have a button which opens "projects" when id =id1, and one which opens for
id2=id. The obvious solution would be just to incoroprate an or statement
into the event procedure, but I don't know the syntax.
Can anyone help?