G
Guest
I have an "Add New User" form which is used to input data about new users.
On clicking the "add User" button on this form, the data in the form is
entered into the "Users" table.
This "Add New User" form can be opened from various other forms, (for
example, a "loanEquipment" form). What I want to do is to update the user
list in, for example, the "loanEquipment" form. I do this with the requery
method.
I would like this requery method to fire when the "Users" table has been
updated. In the "loanEquipment" form, can I use the AfterUpdate property
referenced to a table ? Or am I barking up the wrong tree?
Many thanks
On clicking the "add User" button on this form, the data in the form is
entered into the "Users" table.
This "Add New User" form can be opened from various other forms, (for
example, a "loanEquipment" form). What I want to do is to update the user
list in, for example, the "loanEquipment" form. I do this with the requery
method.
I would like this requery method to fire when the "Users" table has been
updated. In the "loanEquipment" form, can I use the AfterUpdate property
referenced to a table ? Or am I barking up the wrong tree?
Many thanks