anujkmehrotra
Programmer
- Jan 21, 2012
- 17
Hi,
I have to update a combo Row source list. My Structure is as below:
tblModelService:
ModelNo = Alba (PK)
Service = First;Second;Third
tblJobcard:
JobCard_No = PrimaryKey
ModelID = Alba
cboService = ?
ChasisNo = UniqueCode
Problem#1
Now I tried to update row souce of cboService in tblJobcard as per tblModelService!Service but failed.
Problem#2
After Row Source update:
if tblJobcard has data of that particular Service as per ChasisNo then it should not update in Rowsource of cboService.
Now please tell me how to solve it????
I'm using Access2003
Thanks & Regards,
Anuj
I have to update a combo Row source list. My Structure is as below:
tblModelService:
ModelNo = Alba (PK)
Service = First;Second;Third
tblJobcard:
JobCard_No = PrimaryKey
ModelID = Alba
cboService = ?
ChasisNo = UniqueCode
Problem#1
Now I tried to update row souce of cboService in tblJobcard as per tblModelService!Service but failed.
Problem#2
After Row Source update:
if tblJobcard has data of that particular Service as per ChasisNo then it should not update in Rowsource of cboService.
Now please tell me how to solve it????
I'm using Access2003
Thanks & Regards,
Anuj