Hi,
I was wondering if anyone could point me in the right direction on this topic. I currently have a button on a form that views client information from the tblClients table. When this button is pressed, the user is asked to input information and once they've pressed 'okay' the information is entered into a table called tblMatters.
However, what I also want it to do is to take the ClientID from the form where the user pressed the button, so the currently viewed form, and also insert that into tblMatters in the field cID (this is how the tables are linked).
I've had a good search around the net and forums but I can't find anything to help me start this process.
Any ideas, articles, code etc. will be most welcome.
Thanks,
Andy.
I was wondering if anyone could point me in the right direction on this topic. I currently have a button on a form that views client information from the tblClients table. When this button is pressed, the user is asked to input information and once they've pressed 'okay' the information is entered into a table called tblMatters.
However, what I also want it to do is to take the ClientID from the form where the user pressed the button, so the currently viewed form, and also insert that into tblMatters in the field cID (this is how the tables are linked).
I've had a good search around the net and forums but I can't find anything to help me start this process.
Any ideas, articles, code etc. will be most welcome.
Thanks,
Andy.