Hi Folks
got a small problem which Im sure is pretty simply, here's how it is
I have a form and on the 'On load' event it has an IF statment which checks via DLookup to see if the PK exists in another table, if it does find the PK in the other table it opens another form which I would like to be displyed in front of the form with the 'On load' event.
The If statemnt works, however the form is displayed behind the form with the 'On load' event and not in front.
Is there something I need to add to the form properties or add another line to my If statement?
thanks in advance
got a small problem which Im sure is pretty simply, here's how it is
I have a form and on the 'On load' event it has an IF statment which checks via DLookup to see if the PK exists in another table, if it does find the PK in the other table it opens another form which I would like to be displyed in front of the form with the 'On load' event.
The If statemnt works, however the form is displayed behind the form with the 'On load' event and not in front.
Is there something I need to add to the form properties or add another line to my If statement?
thanks in advance