J
Jesse via AccessMonster.com
I have two forms. One has a list of tasks in datasheet view and another
creates audits for these tasks.
Lets call them frmPropertytasks and frmPropertyaudit respectively.
What I need to do is when a user double clicks on a location listed in
frmPropertyTasks I want it to open a new audit records in frmPropertyaudit.
I know how to open a from in add mode using the doubleclick event but I am
not sure how to pass that location to a field on the form.
Also keep in mind that you can also open frmPropertyaudit from a switchboard
so I would rather not have the datasheet field be the default.
Please help.
creates audits for these tasks.
Lets call them frmPropertytasks and frmPropertyaudit respectively.
What I need to do is when a user double clicks on a location listed in
frmPropertyTasks I want it to open a new audit records in frmPropertyaudit.
I know how to open a from in add mode using the doubleclick event but I am
not sure how to pass that location to a field on the form.
Also keep in mind that you can also open frmPropertyaudit from a switchboard
so I would rather not have the datasheet field be the default.
Please help.