Hi guys,
I have two tables A & b
TABLE A
ClientID (primary Key)
Firstname
Surname
TABLE B
CallID (primary key)
ClientID (related to ClientID in Table A)
DateofCall
CallDetails
I have a form for Table A which is only the fields in Table A
I would like a form for Table B to enter the details for it...
BUT, I would like once the client ID has been keyed for the form to display
the firstname and surname of the client that the clientID refers to in Table A
to ensure that the details entered are for the right client.
Greatly appreciated!!