Richard6699
Technical User
This is so basic but I need a bit of help...
I have a main form containing employees.
If the user clicks a button to open a popup form, this should only contain related records.
So I need to open this popup using the id of the current employee. This will then hopefully filter the popup form's underlying table so I only see the related records.
My docmd.openform code is simply not working or gives an error.
Anyone have some code for what seems a straightforward problem?
thanks
I have a main form containing employees.
If the user clicks a button to open a popup form, this should only contain related records.
So I need to open this popup using the id of the current employee. This will then hopefully filter the popup form's underlying table so I only see the related records.
My docmd.openform code is simply not working or gives an error.
Anyone have some code for what seems a straightforward problem?
thanks