Hello everyone;
I've created a form and a sub-form, to make things easy i will give the following example:
################################################################ #
Country : France
###############################################################
# Cities:
# Paris
# Marseille
# Lyon
# .
#############################################################
Country is the main form and cities is the subform , what i need is when the form is on add new record mode and if the user enters a country already exists, the form loads it's cities otherwise it will add the new country normally .
I've created a form and a sub-form, to make things easy i will give the following example:
################################################################ #
Country : France
###############################################################
# Cities:
# Paris
# Marseille
# Lyon
# .
#############################################################
Country is the main form and cities is the subform , what i need is when the form is on add new record mode and if the user enters a country already exists, the form loads it's cities otherwise it will add the new country normally .