S
sys_analyst47 via AccessMonster.com
Dear All,
Just a quick query i have a table receiving which contains a serial no,
customer name, product, assigned to & branch.
Now in second table there are couple of more fields. I have a form designed
on both table what i want whatever i filled in table one on lost focus of
serial no i will get the info like cm name, product, assigned to.
i made a query which is taking the data from my 1st table & one change event
of the combo box on my form which is for serial number.
my code on change event Me!Cm_Name = Me!Serial_Number.Column(1)
when i mentioning column(2) or column(3) its not taking figures for other
fields can you please tell me what i am doing wrong & how can i rectify this.
Please define it completely. Appreciate your help
Just a quick query i have a table receiving which contains a serial no,
customer name, product, assigned to & branch.
Now in second table there are couple of more fields. I have a form designed
on both table what i want whatever i filled in table one on lost focus of
serial no i will get the info like cm name, product, assigned to.
i made a query which is taking the data from my 1st table & one change event
of the combo box on my form which is for serial number.
my code on change event Me!Cm_Name = Me!Serial_Number.Column(1)
when i mentioning column(2) or column(3) its not taking figures for other
fields can you please tell me what i am doing wrong & how can i rectify this.
Please define it completely. Appreciate your help