MsgBox to prevent duplicates even

A

an

Hi!

I have two tables,T_Events and T_Locals, without relationships between them.

Is possible to do a message box to prevent when I add new record altrought
F_NewEventLocal, not repeat the same even IdEvent and IdLocal, please?

Thanks in adavnce.
an
 
M

Muriukis

an said:
Hi!

I have two tables,T_Events and T_Locals, without relationships between them.

Is possible to do a message box to prevent when I add new record altrought
F_NewEventLocal, not repeat the same even IdEvent and IdLocal, please?

Thanks in adavnce.

What do the tables represent ? If the tables are not related then I don't
see how populating one will affect the other.
Can they be related?
 
A

an

Ok, M.
Yhank you very much.
an

Muriukis said:
What do the tables represent ? If the tables are not related then I don't
see how populating one will affect the other.
Can they be related?
 
A

an

Ok, M.
Thank you very much.
an

Muriukis said:
What do the tables represent ? If the tables are not related then I don't
see how populating one will affect the other.
Can they be related?
 
Top