B
Ben
I will try to keep this as simple as i can: I have a form where I enter data
called 'interface'. Every now and then I am unsure if the data I am entering
is accurate so I create an 'action' which reminds me why I am unsure. There
is a seperate form called 'actions' that I made to enter this data.
I then created another form where I select the 'interface' and 'action' from
listboxes and click 'link' which enters this linking into another table
through an append query.
I see this as too labour intensive, so I would like to have a button on the
'interface' which, when clicked, would open the actions form at a new record.
After I enter the action I would like to click 'link' and it will update the
table automatically. If you have any ideas I would love to know. I have
almost made a solution, but I need the 'interface' ID to be displyed on the
'action' form so I can change the SQL in my append query. How can I open the
form, go to a new record, and copy the 'interface' ID into a field???? thank
you.
called 'interface'. Every now and then I am unsure if the data I am entering
is accurate so I create an 'action' which reminds me why I am unsure. There
is a seperate form called 'actions' that I made to enter this data.
I then created another form where I select the 'interface' and 'action' from
listboxes and click 'link' which enters this linking into another table
through an append query.
I see this as too labour intensive, so I would like to have a button on the
'interface' which, when clicked, would open the actions form at a new record.
After I enter the action I would like to click 'link' and it will update the
table automatically. If you have any ideas I would love to know. I have
almost made a solution, but I need the 'interface' ID to be displyed on the
'action' form so I can change the SQL in my append query. How can I open the
form, go to a new record, and copy the 'interface' ID into a field???? thank
you.